OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplaceAndRemoveInstructionWith
(Results
1 - 6
of
6
) sorted by null
/art/compiler/optimizing/
instruction_simplifier_shared.cc
80
mul->GetBlock()->
ReplaceAndRemoveInstructionWith
(mul, mulacc);
144
binop->GetBlock()->
ReplaceAndRemoveInstructionWith
(binop, mulacc);
157
use->GetBlock()->
ReplaceAndRemoveInstructionWith
(use, mulacc);
220
op->GetBlock()->
ReplaceAndRemoveInstructionWith
(op, neg_op);
instruction_simplifier.cc
226
op->GetBlock()->
ReplaceAndRemoveInstructionWith
(op, hnot);
267
op->GetBlock()->
ReplaceAndRemoveInstructionWith
(op, ror);
[
all
...]
pc_relative_fixups_x86.cc
134
block->
ReplaceAndRemoveInstructionWith
(neg, x86_fp_neg);
154
block->
ReplaceAndRemoveInstructionWith
(switch_insn, x86_switch);
instruction_simplifier_arm64.cc
142
use->GetBlock()->
ReplaceAndRemoveInstructionWith
(use, alu_with_op);
nodes.cc
767
void HBasicBlock::
ReplaceAndRemoveInstructionWith
(HInstruction* initial,
[
all
...]
nodes.h
[
all
...]
Completed in 66 milliseconds