Lines Matching refs:c0
75 HInstruction* c0 = graph_->GetIntConstant(0); in CreateTestControlFlowGraph() local
86 phi_->AddInput(c0); in CreateTestControlFlowGraph()
444 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
447 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
452 AddArraySet(pre_header_, array_, j_, c0); in TEST_F()
462 HInstruction* a_set = AddArraySet(return_block_, array_, j_, c0); in TEST_F()
483 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
486 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
491 AddArraySet(pre_header_, array_, j_, c0); in TEST_F()
610 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
613 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
617 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
645 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
653 AddArraySet(entry_block_, array_, c0, c2); in TEST_F()
655 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
662 HInstruction* store = AddArraySet(return_block_, array_, c0, c2); in TEST_F()
675 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
678 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
686 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload->AsVecLoad()); in TEST_F()
700 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
703 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
709 HInstruction* vload = AddVecLoad(pre_header_, array_a, c0); in TEST_F()
710 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload->AsVecLoad()); in TEST_F()
724 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
727 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
735 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F()
749 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
752 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
758 HInstruction* load = AddArrayGet(pre_header_, array_a, c0); in TEST_F()
759 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F()
774 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
777 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
788 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload->AsVecLoad()); in TEST_F()
789 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F()
806 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
809 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
817 HInstruction* vload = AddVecLoad(pre_header_, array_a, c0); in TEST_F()
818 HInstruction* load = AddArrayGet(pre_header_, array_a, c0); in TEST_F()
819 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload->AsVecLoad()); in TEST_F()
820 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F()
837 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
840 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
851 HInstruction* vstore1 = AddVecStore(return_block_, array_, c0, vload1->AsVecLoad()); in TEST_F()
869 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
872 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
880 HInstruction* vload1 = AddVecLoad(pre_header_, array_a, c0); in TEST_F()
881 HInstruction* vload2 = AddVecLoad(pre_header_, array_a, c0); in TEST_F()
882 HInstruction* vstore1 = AddVecStore(return_block_, array_, c0, vload1->AsVecLoad()); in TEST_F()