HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceAndRemoveInstructionWith (Results 1 - 9 of 9) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_shared.cc 82 mul->GetBlock()->ReplaceAndRemoveInstructionWith(mul, mulacc);
146 binop->GetBlock()->ReplaceAndRemoveInstructionWith(binop, mulacc);
159 use->GetBlock()->ReplaceAndRemoveInstructionWith(use, mulacc);
222 op->GetBlock()->ReplaceAndRemoveInstructionWith(op, neg_op);
instruction_simplifier.cc 249 op->GetBlock()->ReplaceAndRemoveInstructionWith(op, hnot);
328 binop->GetBlock()->ReplaceAndRemoveInstructionWith(binop, mulacc);
421 op->GetBlock()->ReplaceAndRemoveInstructionWith(op, ror);
    [all...]
pc_relative_fixups_mips.cc 121 block->ReplaceAndRemoveInstructionWith(switch_insn, mips_switch);
pc_relative_fixups_x86.cc 145 block->ReplaceAndRemoveInstructionWith(neg, x86_fp_neg);
165 block->ReplaceAndRemoveInstructionWith(switch_insn, x86_switch);
instruction_simplifier_arm.cc 144 use->GetBlock()->ReplaceAndRemoveInstructionWith(use, alu_with_op);
instruction_simplifier_arm64.cc 148 use->GetBlock()->ReplaceAndRemoveInstructionWith(use, alu_with_op);
induction_var_analysis.cc     [all...]
nodes.cc     [all...]
nodes.h     [all...]

Completed in 75 milliseconds