Searched refs:GetInstructionAt (Results 1 – 12 of 12) sorted by relevance
/art/compiler/optimizing/ |
D | licm.cc | 47 HInstruction* input = environment->GetInstructionAt(i); in InputsAreDefinedBeforeLoop() 70 HInstruction* input = environment->GetInstructionAt(i); in UpdateLoopPhisIn()
|
D | graph_checker.cc | 431 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()
|
D | superblock_cloner_test.cc | 214 HInstruction* orig_input = orig_env->GetInstructionAt(i); in TEST_F() 215 HInstruction* copy_input = copy_env->GetInstructionAt(i); in TEST_F()
|
D | code_generator.h | 1007 if (e1->GetInstructionAt(i) != e2->GetInstructionAt(i) || in HaveSameStackMap()
|
D | load_store_elimination_test.cc | 2847 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 …]
|
D | code_generator.cc | 129 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()
|
D | ssa_liveness_analysis.cc | 149 HInstruction* instruction = environment->GetInstructionAt(i); in ProcessEnvironment()
|
D | superblock_cloner.cc | 140 HInstruction* env_input = orig_env->GetInstructionAt(i); in DeepCloneEnvironmentWithRemapping() 733 HInstruction* orig_input = orig_env->GetInstructionAt(i); in CheckInstructionInputsRemapping()
|
D | nodes.cc | 112 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()
|
D | graph_visualizer.cc | 672 HInstruction* insn = environment->GetInstructionAt(i); in PrintInstruction()
|
D | instruction_simplifier.cc | 2727 if (env->GetInstructionAt(i) == sb) { in TryReplaceStringBuilderAppend()
|
D | nodes.h | 2075 HInstruction* GetInstructionAt(size_t index) const { in GetInstructionAt() function 2119 return env_->GetInstructionAt(s); in operator()
|