Home
last modified time | relevance | path

Searched refs:GetInstructionAt (Results 1 – 12 of 12) sorted by relevance

/art/compiler/optimizing/
Dlicm.cc47 HInstruction* input = environment->GetInstructionAt(i); in InputsAreDefinedBeforeLoop()
70 HInstruction* input = environment->GetInstructionAt(i); in UpdateLoopPhisIn()
Dgraph_checker.cc431 if ((use_index >= user->Size()) || (user->GetInstructionAt(use_index) != instruction)) { in VisitInstruction()
487 HInstruction* env_instruction = environment->GetInstructionAt(i); in VisitInstruction()
529 if (environment->GetInstructionAt(catch_phi->GetRegNumber()) == nullptr) { in VisitInstruction()
Dsuperblock_cloner_test.cc214 HInstruction* orig_input = orig_env->GetInstructionAt(i); in TEST_F()
215 HInstruction* copy_input = copy_env->GetInstructionAt(i); in TEST_F()
Dcode_generator.h1007 if (e1->GetInstructionAt(i) != e2->GetInstructionAt(i) || in HaveSameStackMap()
Dload_store_elimination_test.cc2847 EXPECT_INS_EQ(moved_new_inst2->GetEnvironment()->GetInstructionAt(0), in TEST_P()
3024 EXPECT_INS_EQ(mat_alloc2->GetEnvironment()->GetInstructionAt(0), mat_alloc1); in TEST_P()
3372 EXPECT_INS_EQ(a_noescape->GetEnvironment()->GetInstructionAt(0), inst_phi); in TEST_F()
3373 EXPECT_INS_EQ(a_noescape->GetEnvironment()->GetInstructionAt(1), pred_gets[0]); in TEST_F()
3375 EXPECT_INS_EQ(b_noescape->GetEnvironment()->GetInstructionAt(0), inst_phi); in TEST_F()
3376 EXPECT_INS_EQ(b_noescape->GetEnvironment()->GetInstructionAt(1), pred_gets[0]); in TEST_F()
3377 EXPECT_INS_EQ(b_noescape->GetEnvironment()->GetInstructionAt(2), pred_gets[1]); in TEST_F()
3379 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(0), inst_phi); in TEST_F()
3380 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(1), pred_gets[0]); in TEST_F()
3381 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(2), pred_gets[1]); in TEST_F()
[all …]
Dcode_generator.cc129 if (environment->GetInstructionAt(i) != nullptr) { in CheckTypeConsistency()
130 DataType::Type type = environment->GetInstructionAt(i)->GetType(); in CheckTypeConsistency()
1283 HInstruction* in_environment = environment->GetInstructionAt(i); in RecordPcInfo()
1391 HInstruction* current = environment->GetInstructionAt(i); in EmitVRegInfo()
Dssa_liveness_analysis.cc149 HInstruction* instruction = environment->GetInstructionAt(i); in ProcessEnvironment()
Dsuperblock_cloner.cc140 HInstruction* env_input = orig_env->GetInstructionAt(i); in DeepCloneEnvironmentWithRemapping()
733 HInstruction* orig_input = orig_env->GetInstructionAt(i); in CheckInstructionInputsRemapping()
Dnodes.cc112 if (environment->GetInstructionAt(i) != nullptr) { in RemoveEnvironmentUses()
125 HInstruction* user = environment->GetInstructionAt(i); in HasEnvironmentUsedByOthers()
141 if (environment->GetInstructionAt(i) != nullptr) { in ResetEnvironmentInputRecords()
1263 HInstruction* instruction = env->GetInstructionAt(i); in CopyFrom()
1275 HInstruction* instruction = env->GetInstructionAt(i); in CopyFromWithLoopPhiAdjustment()
Dgraph_visualizer.cc672 HInstruction* insn = environment->GetInstructionAt(i); in PrintInstruction()
Dinstruction_simplifier.cc2727 if (env->GetInstructionAt(i) == sb) { in TryReplaceStringBuilderAppend()
Dnodes.h2075 HInstruction* GetInstructionAt(size_t index) const { in GetInstructionAt() function
2119 return env_->GetInstructionAt(s); in operator()