/art/compiler/optimizing/ |
D | licm_test.cc | 131 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()
|
D | pc_relative_fixups_x86.cc | 175 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()
|
D | register_allocation_resolver.cc | 540 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()
|
D | graph_test.cc | 277 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()
|
D | pc_relative_fixups_mips.cc | 57 entry_block->InsertInstructionBefore(base_, entry_block->GetFirstInstruction()); in InitializePCRelativeBasePointer()
|
D | instruction_simplifier.cc | 206 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 …]
|
D | instruction_simplifier_shared.cc | 264 access->GetBlock()->InsertInstructionBefore(address, access); in TryExtractArrayAccessAddress() 333 access->GetBlock()->InsertInstructionBefore(address, access); in TryExtractVecArrayAccessAddress()
|
D | instruction_simplifier_mips.cc | 115 access->GetBlock()->InsertInstructionBefore(address, access); in TryExtractArrayAccessIndex()
|
D | induction_var_analysis_test.cc | 149 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()
|
D | inliner.cc | 910 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()
|
D | cha_guard_optimization.cc | 207 pre_header->InsertInstructionBefore(deoptimize, pre_header->GetLastInstruction()); in HoistGuard()
|
D | nodes_test.cc | 88 entry->InsertInstructionBefore(to_insert, parameter2); in TEST_F()
|
D | gvn_test.cc | 386 outer_loop_body->InsertInstructionBefore( in TEST_F() 412 inner_loop_body->InsertInstructionBefore( in TEST_F()
|
D | select_generator.cc | 171 block->InsertInstructionBefore(select, if_instruction); in Run()
|
D | bounds_check_elimination.cc | 1287 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()
|
D | ssa_builder.cc | 593 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext()); in GetFloatEquivalent() 615 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext()); in GetDoubleEquivalent()
|
D | nodes.cc | 655 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()
|
D | codegen_test.cc | 462 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()
|
D | loop_optimization_test.cc | 248 header->InsertInstructionBefore( in TEST_F()
|
D | dead_code_elimination.cc | 198 not_throws->InsertInstructionBefore(bound, not_throws->GetFirstInstruction()); in RemoveNonNullControlDependences()
|
D | load_store_elimination.cc | 130 instruction->GetBlock()->InsertInstructionBefore(type_conversion, instruction); in AddTypeConversionIfNecessary()
|
D | reference_type_propagation.cc | 282 start_block->InsertInstructionBefore(bound_type, insert_point); in BoundTypeIn()
|
D | loop_optimization.cc | 373 block->InsertInstructionBefore(instruction, block->GetLastInstruction()); in Insert() 1896 exit->InsertInstructionBefore(reduce, exit->GetFirstInstruction()); in ReduceAndExtractIfNeeded()
|
D | induction_var_range.cc | 170 block->InsertInstructionBefore(instruction, block->GetLastInstruction()); in Insert()
|
D | nodes.h | 150 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor); 1219 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor); 2996 ART_FRIEND_TEST(GraphTest, InsertInstructionBefore);
|