Home
last modified time | relevance | path

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

/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()
Dload_store_elimination_test.cc163 block->InsertInstructionBefore(vload, block->GetLastInstruction()); in AddVecLoad()
185 block->InsertInstructionBefore(vdata, block->GetLastInstruction()); in AddVecStore()
196 block->InsertInstructionBefore(vstore, block->GetLastInstruction()); in AddVecStore()
208 block->InsertInstructionBefore(get, block->GetLastInstruction()); in AddArrayGet()
231 block->InsertInstructionBefore(store, block->GetLastInstruction()); in AddArraySet()
448 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F()
487 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F()
614 pre_header_->InsertInstructionBefore(array_a, pre_header_->GetLastInstruction()); in TEST_F()
618 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F()
656 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F()
[all …]
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()
Dinstruction_simplifier_shared.cc264 access->GetBlock()->InsertInstructionBefore(address, access); in TryExtractArrayAccessAddress()
333 access->GetBlock()->InsertInstructionBefore(address, access); in TryExtractVecArrayAccessAddress()
Dinstruction_simplifier.cc207 binop->GetBlock()->InsertInstructionBefore(neg, binop->GetNext()); in TryMoveNegOnInputsAfterBinop()
256 op->GetBlock()->InsertInstructionBefore(hbin, op); in TryDeMorganNegationFactoring()
682 instruction->GetBlock()->InsertInstructionBefore(test, instruction); in VisitInstanceOf()
847 cursor->GetBlock()->InsertInstructionBefore(abs, cursor); in NewIntegralAbs()
865 cursor->GetBlock()->InsertInstructionBefore(minmax, cursor); in NewIntegralMinMax()
1392 instruction->GetBlock()->InsertInstructionBefore(new_and, instruction); in VisitAnd()
1783 block->InsertInstructionBefore(shl, instruction); in VisitMul()
1798 block->InsertInstructionBefore(shl, instruction); in VisitMul()
1997 instruction->GetBlock()->InsertInstructionBefore(add, instruction); in VisitSub()
1999 instruction->GetBlock()->InsertInstructionBefore(neg, instruction); in VisitSub()
[all …]
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()
Dcha_guard_optimization.cc207 pre_header->InsertInstructionBefore(deoptimize, pre_header->GetLastInstruction()); in HoistGuard()
Dinliner.cc917 bb_cursor->InsertInstructionBefore(deopt_flag, bb_cursor->GetFirstInstruction()); in AddCHAGuard()
942 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in AddTypeGuard()
1263 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in TryInlinePolymorphicCallToSameTarget()
1333 invoke_instruction->GetBlock()->InsertInstructionBefore(new_invoke, invoke_instruction); in TryInlineAndReplace()
1381 invoke_instruction->GetBlock()->InsertInstructionBefore(new_invoke, invoke_instruction); in TryInlineAndReplace()
1628 invoke_instruction->GetBlock()->InsertInstructionBefore(iget, invoke_instruction); in TryPatternSubstitution()
1643 invoke_instruction->GetBlock()->InsertInstructionBefore(iput, invoke_instruction); in TryPatternSubstitution()
1684 invoke_instruction->GetBlock()->InsertInstructionBefore(iput, invoke_instruction); in TryPatternSubstitution()
1698 invoke_instruction->GetBlock()->InsertInstructionBefore(constructor_fence, in TryPatternSubstitution()
Dnodes_test.cc88 entry->InsertInstructionBefore(to_insert, parameter2); in TEST_F()
Dselect_generator.cc171 block->InsertInstructionBefore(select, if_instruction); in Run()
Dgvn_test.cc386 outer_loop_body->InsertInstructionBefore( in TEST_F()
412 inner_loop_body->InsertInstructionBefore( in TEST_F()
Dssa_builder.cc613 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext()); in GetFloatEquivalent()
635 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext()); in GetDoubleEquivalent()
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()
Dcodegen_test.cc454 block->InsertInstructionBefore(move, block->GetLastInstruction()); in TEST_F()
502 block->InsertInstructionBefore(move, block->GetLastInstruction()); in TEST_F()
570 block->InsertInstructionBefore(move, block->GetLastInstruction()); in TEST_F()
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()
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.cc129 instruction->GetBlock()->InsertInstructionBefore(type_conversion, instruction); in AddTypeConversionIfNecessary()
Dreference_type_propagation.cc282 start_block->InsertInstructionBefore(bound_type, insert_point); in BoundTypeIn()
Dloop_optimization.cc371 block->InsertInstructionBefore(instruction, block->GetLastInstruction()); in Insert()
1852 exit->InsertInstructionBefore(reduce, exit->GetFirstInstruction()); in ReduceAndExtractIfNeeded()
Dinduction_var_range.cc170 block->InsertInstructionBefore(instruction, block->GetLastInstruction()); in Insert()
Dinstruction_builder.cc254 current_block_->InsertInstructionBefore(instruction, current_block_->GetFirstInstruction()); in InsertInstructionAtTop()