Home
last modified time | relevance | path

Searched refs:InsertInstructionBefore (Results 1 – 25 of 26) sorted by relevance

12

/art/compiler/optimizing/
Dlicm_test.cc131 loop_body_->InsertInstructionBefore(get_field, loop_body_->GetLastInstruction()); in TEST_F()
135 loop_body_->InsertInstructionBefore(set_field, loop_body_->GetLastInstruction()); in TEST_F()
158 loop_body_->InsertInstructionBefore(get_field, loop_body_->GetLastInstruction()); in TEST_F()
169 loop_body_->InsertInstructionBefore(set_field, loop_body_->GetLastInstruction()); in TEST_F()
184 loop_body_->InsertInstructionBefore(get_array, loop_body_->GetLastInstruction()); in TEST_F()
187 loop_body_->InsertInstructionBefore(set_array, loop_body_->GetLastInstruction()); in TEST_F()
202 loop_body_->InsertInstructionBefore(get_array, loop_body_->GetLastInstruction()); in TEST_F()
205 loop_body_->InsertInstructionBefore(set_array, loop_body_->GetLastInstruction()); in TEST_F()
Dpc_relative_fixups_x86.cc175 cursor->GetBlock()->InsertInstructionBefore(method_address, cursor); in GetPCRelativeBasePointer()
178 entry_block->InsertInstructionBefore(method_address, entry_block->GetFirstInstruction()); in GetPCRelativeBasePointer()
191 insn->GetBlock()->InsertInstructionBefore(load_constant, insn); in ReplaceInput()
Dregister_allocation_resolver.cc540 user->GetBlock()->InsertInstructionBefore(move, user); in AddInputMoveFor()
588 at->GetBlock()->InsertInstructionBefore(move, at); in InsertParallelMoveAt()
603 at->GetBlock()->InsertInstructionBefore(move, at->GetNext()); in InsertParallelMoveAt()
619 at->GetBlock()->InsertInstructionBefore(move, at); in InsertParallelMoveAt()
651 block->InsertInstructionBefore(move, last); in InsertParallelMoveAtExitOf()
673 block->InsertInstructionBefore(move, first); in InsertParallelMoveAtEntryOf()
697 instruction->GetBlock()->InsertInstructionBefore(move, instruction->GetNext()); in InsertMoveAfter()
Dgraph_test.cc277 TEST_F(GraphTest, InsertInstructionBefore) { in TEST_F() argument
285 block->InsertInstructionBefore(first_instruction, got); in TEST_F()
298 block->InsertInstructionBefore(second_instruction, got); in TEST_F()
Dpc_relative_fixups_mips.cc57 entry_block->InsertInstructionBefore(base_, entry_block->GetFirstInstruction()); in InitializePCRelativeBasePointer()
Dinstruction_simplifier.cc206 binop->GetBlock()->InsertInstructionBefore(neg, binop->GetNext()); in TryMoveNegOnInputsAfterBinop()
255 op->GetBlock()->InsertInstructionBefore(hbin, op); in TryDeMorganNegationFactoring()
692 instruction->GetBlock()->InsertInstructionBefore(test, instruction); in VisitInstanceOf()
857 cursor->GetBlock()->InsertInstructionBefore(abs, cursor); in NewIntegralAbs()
875 cursor->GetBlock()->InsertInstructionBefore(minmax, cursor); in NewIntegralMinMax()
1402 instruction->GetBlock()->InsertInstructionBefore(new_and, instruction); in VisitAnd()
1793 block->InsertInstructionBefore(shl, instruction); in VisitMul()
1808 block->InsertInstructionBefore(shl, instruction); in VisitMul()
2007 instruction->GetBlock()->InsertInstructionBefore(add, instruction); in VisitSub()
2009 instruction->GetBlock()->InsertInstructionBefore(neg, instruction); in VisitSub()
[all …]
Dinstruction_simplifier_shared.cc264 access->GetBlock()->InsertInstructionBefore(address, access); in TryExtractArrayAccessAddress()
333 access->GetBlock()->InsertInstructionBefore(address, access); in TryExtractVecArrayAccessAddress()
Dinstruction_simplifier_mips.cc115 access->GetBlock()->InsertInstructionBefore(address, access); in TryExtractArrayAccessIndex()
Dinduction_var_analysis_test.cc149 loop_body_[d]->InsertInstructionBefore(instruction, increment_[d]); in InsertInstruction()
1221 loop_body_[0]->InsertInstructionBefore(conv, increment_[0]->GetNext()); in TEST_F()
1247 loop_body_[0]->InsertInstructionBefore(conv, increment_[0]->GetNext()); in TEST_F()
1273 loop_body_[0]->InsertInstructionBefore(conv, increment_[0]->GetNext()); in TEST_F()
1299 loop_body_[0]->InsertInstructionBefore(conv, increment_[0]->GetNext()); in TEST_F()
1324 loop_body_[0]->InsertInstructionBefore(conv, increment_[0]->GetNext()); in TEST_F()
1349 loop_body_[0]->InsertInstructionBefore(conv, increment_[0]->GetNext()); in TEST_F()
Dinliner.cc910 bb_cursor->InsertInstructionBefore(deopt_flag, bb_cursor->GetFirstInstruction()); in AddCHAGuard()
935 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in AddTypeGuard()
1256 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in TryInlinePolymorphicCallToSameTarget()
1326 invoke_instruction->GetBlock()->InsertInstructionBefore(new_invoke, invoke_instruction); in TryInlineAndReplace()
1374 invoke_instruction->GetBlock()->InsertInstructionBefore(new_invoke, invoke_instruction); in TryInlineAndReplace()
1589 invoke_instruction->GetBlock()->InsertInstructionBefore(iget, invoke_instruction); in TryPatternSubstitution()
1604 invoke_instruction->GetBlock()->InsertInstructionBefore(iput, invoke_instruction); in TryPatternSubstitution()
1645 invoke_instruction->GetBlock()->InsertInstructionBefore(iput, invoke_instruction); in TryPatternSubstitution()
1659 invoke_instruction->GetBlock()->InsertInstructionBefore(constructor_fence, in TryPatternSubstitution()
Dcha_guard_optimization.cc207 pre_header->InsertInstructionBefore(deoptimize, pre_header->GetLastInstruction()); in HoistGuard()
Dnodes_test.cc88 entry->InsertInstructionBefore(to_insert, parameter2); in TEST_F()
Dgvn_test.cc386 outer_loop_body->InsertInstructionBefore( in TEST_F()
412 inner_loop_body->InsertInstructionBefore( in TEST_F()
Dselect_generator.cc171 block->InsertInstructionBefore(select, if_instruction); in Run()
Dbounds_check_elimination.cc1287 block->InsertInstructionBefore(lower, bounds_check); in AddCompareWithDeoptimization()
1288 block->InsertInstructionBefore(upper, bounds_check); in AddCompareWithDeoptimization()
1710 block->InsertInstructionBefore(condition, block->GetLastInstruction()); in InsertDeoptInLoop()
1715 block->InsertInstructionBefore(deoptimize, block->GetLastInstruction()); in InsertDeoptInLoop()
1725 block->InsertInstructionBefore(condition, bounds_check); in InsertDeoptInBlock()
1731 block->InsertInstructionBefore(deoptimize, bounds_check); in InsertDeoptInBlock()
Dssa_builder.cc593 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext()); in GetFloatEquivalent()
615 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext()); in GetDoubleEquivalent()
Dnodes.cc655 entry_block_->InsertInstructionBefore(constant, insert_before); in InsertConstant()
686 entry_block_->InsertInstructionBefore( in GetCurrentMethod()
982 instructions_.InsertInstructionBefore(replacement, initial); in ReplaceAndRemoveInstructionWith()
985 InsertInstructionBefore(replacement, initial); in ReplaceAndRemoveInstructionWith()
1010 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HBasicBlock
1020 instructions_.InsertInstructionBefore(instruction, cursor); in InsertInstructionBefore()
1172 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HInstructionList
3111 cursor->GetBlock()->InsertInstructionBefore(replacement, cursor); in InsertOppositeCondition()
3123 cursor->GetBlock()->InsertInstructionBefore(replacement, cursor); in InsertOppositeCondition()
Dcodegen_test.cc462 block->InsertInstructionBefore(move, block->GetLastInstruction()); in TEST_F()
510 block->InsertInstructionBefore(move, block->GetLastInstruction()); in TEST_F()
578 block->InsertInstructionBefore(move, block->GetLastInstruction()); in TEST_F()
Dloop_optimization_test.cc248 header->InsertInstructionBefore( in TEST_F()
Ddead_code_elimination.cc198 not_throws->InsertInstructionBefore(bound, not_throws->GetFirstInstruction()); in RemoveNonNullControlDependences()
Dload_store_elimination.cc130 instruction->GetBlock()->InsertInstructionBefore(type_conversion, instruction); in AddTypeConversionIfNecessary()
Dreference_type_propagation.cc282 start_block->InsertInstructionBefore(bound_type, insert_point); in BoundTypeIn()
Dloop_optimization.cc373 block->InsertInstructionBefore(instruction, block->GetLastInstruction()); in Insert()
1896 exit->InsertInstructionBefore(reduce, exit->GetFirstInstruction()); in ReduceAndExtractIfNeeded()
Dinduction_var_range.cc170 block->InsertInstructionBefore(instruction, block->GetLastInstruction()); in Insert()
Dnodes.h150 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);
1219 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);
2996 ART_FRIEND_TEST(GraphTest, InsertInstructionBefore);

12