Home
last modified time | relevance | path

Searched refs:InsertInstructionBefore (Results 1 – 25 of 25) 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.cc156 block->InsertInstructionBefore(vload, block->GetLastInstruction()); in AddVecLoad()
178 block->InsertInstructionBefore(vdata, block->GetLastInstruction()); in AddVecStore()
189 block->InsertInstructionBefore(vstore, block->GetLastInstruction()); in AddVecStore()
201 block->InsertInstructionBefore(get, block->GetLastInstruction()); in AddArrayGet()
224 block->InsertInstructionBefore(store, block->GetLastInstruction()); in AddArraySet()
435 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F()
473 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F()
595 pre_header_->InsertInstructionBefore(array_a, pre_header_->GetLastInstruction()); in TEST_F()
599 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F()
636 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.cc539 user->GetBlock()->InsertInstructionBefore(move, user); in AddInputMoveFor()
587 at->GetBlock()->InsertInstructionBefore(move, at); in InsertParallelMoveAt()
602 at->GetBlock()->InsertInstructionBefore(move, at->GetNext()); in InsertParallelMoveAt()
618 at->GetBlock()->InsertInstructionBefore(move, at); in InsertParallelMoveAt()
650 block->InsertInstructionBefore(move, last); in InsertParallelMoveAtExitOf()
672 block->InsertInstructionBefore(move, first); in InsertParallelMoveAtEntryOf()
696 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.cc213 binop->GetBlock()->InsertInstructionBefore(neg, binop->GetNext()); in TryMoveNegOnInputsAfterBinop()
262 op->GetBlock()->InsertInstructionBefore(hbin, op); in TryDeMorganNegationFactoring()
688 instruction->GetBlock()->InsertInstructionBefore(test, instruction); in VisitInstanceOf()
853 cursor->GetBlock()->InsertInstructionBefore(abs, cursor); in NewIntegralAbs()
871 cursor->GetBlock()->InsertInstructionBefore(minmax, cursor); in NewIntegralMinMax()
1398 instruction->GetBlock()->InsertInstructionBefore(new_and, instruction); in VisitAnd()
1760 basic_block->InsertInstructionBefore(mul, rem); in TryToReuseDiv()
1762 basic_block->InsertInstructionBefore(sub, rem); in TryToReuseDiv()
1854 block->InsertInstructionBefore(shl, instruction); in VisitMul()
1869 block->InsertInstructionBefore(shl, instruction); in VisitMul()
[all …]
Dinstruction_simplifier_shared.cc264 access->GetBlock()->InsertInstructionBefore(address, access); in TryExtractArrayAccessAddress()
333 access->GetBlock()->InsertInstructionBefore(address, access); in TryExtractVecArrayAccessAddress()
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.cc924 bb_cursor->InsertInstructionBefore(deopt_flag, bb_cursor->GetFirstInstruction()); in AddCHAGuard()
949 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in AddTypeGuard()
1269 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in TryInlinePolymorphicCallToSameTarget()
1338 invoke_instruction->GetBlock()->InsertInstructionBefore(new_invoke, invoke_instruction); in TryInlineAndReplace()
1386 invoke_instruction->GetBlock()->InsertInstructionBefore(new_invoke, invoke_instruction); in TryInlineAndReplace()
1632 invoke_instruction->GetBlock()->InsertInstructionBefore(iget, invoke_instruction); in TryPatternSubstitution()
1647 invoke_instruction->GetBlock()->InsertInstructionBefore(iput, invoke_instruction); in TryPatternSubstitution()
1688 invoke_instruction->GetBlock()->InsertInstructionBefore(iput, invoke_instruction); in TryPatternSubstitution()
1702 invoke_instruction->GetBlock()->InsertInstructionBefore(constructor_fence, in TryPatternSubstitution()
Dnodes_test.cc88 entry->InsertInstructionBefore(to_insert, parameter2); in TEST_F()
Dselect_generator.cc169 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.cc612 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext()); in GetFloatEquivalent()
634 constant->GetBlock()->InsertInstructionBefore(result, constant->GetNext()); in GetDoubleEquivalent()
Dbounds_check_elimination.cc1388 block->InsertInstructionBefore(lower, bounds_check); in AddCompareWithDeoptimization()
1389 block->InsertInstructionBefore(upper, bounds_check); in AddCompareWithDeoptimization()
1811 block->InsertInstructionBefore(condition, block->GetLastInstruction()); in InsertDeoptInLoop()
1816 block->InsertInstructionBefore(deoptimize, block->GetLastInstruction()); in InsertDeoptInLoop()
1826 block->InsertInstructionBefore(condition, bounds_check); in InsertDeoptInBlock()
1832 block->InsertInstructionBefore(deoptimize, bounds_check); in InsertDeoptInBlock()
Dcodegen_test.cc458 block->InsertInstructionBefore(move, block->GetLastInstruction()); in TEST_F()
505 block->InsertInstructionBefore(move, block->GetLastInstruction()); in TEST_F()
574 block->InsertInstructionBefore(move, block->GetLastInstruction()); in TEST_F()
Dnodes.cc654 entry_block_->InsertInstructionBefore(constant, insert_before); in InsertConstant()
685 entry_block_->InsertInstructionBefore( in GetCurrentMethod()
981 instructions_.InsertInstructionBefore(replacement, initial); in ReplaceAndRemoveInstructionWith()
984 InsertInstructionBefore(replacement, initial); in ReplaceAndRemoveInstructionWith()
1009 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HBasicBlock
1019 instructions_.InsertInstructionBefore(instruction, cursor); in InsertInstructionBefore()
1171 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HInstructionList
3047 cursor->GetBlock()->InsertInstructionBefore(replacement, cursor); in InsertOppositeCondition()
3059 cursor->GetBlock()->InsertInstructionBefore(replacement, cursor); in InsertOppositeCondition()
Dloop_optimization_test.cc267 header->InsertInstructionBefore( in TEST_F()
Ddead_code_elimination.cc198 not_throws->InsertInstructionBefore(bound, not_throws->GetFirstInstruction()); in RemoveNonNullControlDependences()
Dload_store_elimination.cc156 instruction->GetBlock()->InsertInstructionBefore(type_conversion, instruction); in FindOrAddTypeConversionIfNecessary()
Dreference_type_propagation.cc243 start_block->InsertInstructionBefore(bound_type, insert_point); in BoundTypeIn()
Dloop_optimization.cc373 block->InsertInstructionBefore(instruction, block->GetLastInstruction()); in Insert()
1851 exit->InsertInstructionBefore(reduce, exit->GetFirstInstruction()); in ReduceAndExtractIfNeeded()
Dinduction_var_range.cc148 block->InsertInstructionBefore(instruction, block->GetLastInstruction()); in Insert()
Dnodes.h153 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);
1292 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);
3068 ART_FRIEND_TEST(GraphTest, InsertInstructionBefore);
Dinstruction_builder.cc253 current_block_->InsertInstructionBefore(instruction, current_block_->GetFirstInstruction()); in InsertInstructionAtTop()