Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dlicm.cc47 HInstruction* input = environment->GetInstructionAt(i); in InputsAreDefinedBeforeLoop()
70 HInstruction* input = environment->GetInstructionAt(i); in UpdateLoopPhisIn()
H A 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()
H A 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()
3375 EXPECT_INS_EQ(b_noescape->GetEnvironment()->GetInstructionAt(0), inst_phi); in TEST_F()
3379 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(0), inst_phi); in TEST_F()
3547 EXPECT_INS_EQ(a_noescape->GetEnvironment()->GetInstructionAt(1), c12); in TEST_F()
3550 EXPECT_INS_EQ(b_noescape->GetEnvironment()->GetInstructionAt(1), c12); in TEST_F()
3551 EXPECT_INS_EQ(b_noescape->GetEnvironment()->GetInstructionAt(2), c13); in TEST_F()
3554 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(1), c12); in TEST_F()
3555 EXPECT_INS_EQ(c_noescape->GetEnvironment()->GetInstructionAt(2), c13); in TEST_F()
[all …]
H A 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()
H A Dcode_generator.h1007 if (e1->GetInstructionAt(i) != e2->GetInstructionAt(i) || in HaveSameStackMap()
H A 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()
H A Dsuperblock_cloner.cc140 HInstruction* env_input = orig_env->GetInstructionAt(i); in DeepCloneEnvironmentWithRemapping()
733 HInstruction* orig_input = orig_env->GetInstructionAt(i); in CheckInstructionInputsRemapping()
H A Dssa_liveness_analysis.cc149 HInstruction* instruction = environment->GetInstructionAt(i); in ProcessEnvironment()
H A 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()
H A Dgraph_visualizer.cc672 HInstruction* insn = environment->GetInstructionAt(i); in PrintInstruction()
H A Dinstruction_simplifier.cc2727 if (env->GetInstructionAt(i) == sb) { in TryReplaceStringBuilderAppend()
H A Dnodes.h2075 HInstruction* GetInstructionAt(size_t index) const { in GetInstructionAt() function
2119 return env_->GetInstructionAt(s); in operator()