Lines Matching refs:HInstruction

50   void ExpectInt(int32_t value, HInstruction* i) {  in ExpectInt()
84 void BuildLoop(int32_t lower, HInstruction* upper, int32_t stride) { in BuildLoop()
128 void SetHint(HInstruction* hint) { in SetHint()
152 HInductionVarAnalysis::InductionInfo* CreateFetch(HInstruction* fetch) { in CreateFetch()
315 HInstruction* condition_;
316 HInstruction* increment_;
317 HInstruction* x_;
318 HInstruction* y_;
704 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F()
710 HInstruction* array_length = new (GetAllocator()) HArrayLength(new_array, 0); in TEST_F()
728 HInstruction* add = new (GetAllocator()) in TEST_F()
730 HInstruction* alt = new (GetAllocator()) in TEST_F()
732 HInstruction* sub = new (GetAllocator()) in TEST_F()
734 HInstruction* rev = new (GetAllocator()) in TEST_F()
762 HInstruction* phi = condition_->InputAt(0); in TEST_F()
763 HInstruction* exit = exit_block_->GetLastInstruction(); in TEST_F()
788 HInstruction* last = range_.GenerateLastValue(phi, graph_, loop_preheader_); in TEST_F()
797 HInstruction* offset = nullptr; in TEST_F()
800 HInstruction* tce = range_.GenerateTripCount( in TEST_F()
814 HInstruction* phi = condition_->InputAt(0); in TEST_F()
815 HInstruction* exit = exit_block_->GetLastInstruction(); in TEST_F()
840 HInstruction* last = range_.GenerateLastValue(phi, graph_, loop_preheader_); in TEST_F()
853 HInstruction* offset = nullptr; in TEST_F()
855 HInstruction* tce = range_.GenerateTripCount( in TEST_F()
873 HInstruction* phi = condition_->InputAt(0); in TEST_F()
891 HInstruction* lower = nullptr; in TEST_F()
892 HInstruction* upper = nullptr; in TEST_F()
918 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F()
935 HInstruction* offset = nullptr; in TEST_F()
938 HInstruction* tce = range_.GenerateTripCount( in TEST_F()
955 HInstruction* phi = condition_->InputAt(0); in TEST_F()
973 HInstruction* lower = nullptr; in TEST_F()
974 HInstruction* upper = nullptr; in TEST_F()
1004 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F()
1021 HInstruction* offset = nullptr; in TEST_F()
1023 HInstruction* tce = range_.GenerateTripCount( in TEST_F()