HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceWith (Results 1 - 25 of 33) sorted by null

1 2

  /art/compiler/optimizing/
constant_folding.cc 95 inst->ReplaceWith(constant);
105 inst->ReplaceWith(constant);
118 inst->ReplaceWith(constant);
127 inst->ReplaceWith(check_input);
141 instruction->ReplaceWith(left);
153 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 0));
165 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 1));
177 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 0));
189 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 1));
201 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 0))
    [all...]
prepare_for_register_allocation.cc 36 check->ReplaceWith(check->InputAt(0));
40 check->ReplaceWith(check->InputAt(0));
46 deoptimize->ReplaceWith(deoptimize->GuardedInput());
52 check->ReplaceWith(check->InputAt(0));
68 bound_type->ReplaceWith(bound_type->InputAt(0));
126 check->ReplaceWith(load_class);
instruction_simplifier.cc 223 left->ReplaceWith(src_left);
224 right->ReplaceWith(src_right);
269 instruction->ReplaceWith(value);
448 null_check->ReplaceWith(obj);
561 instruction->ReplaceWith(graph->GetIntConstant(0));
576 instruction->ReplaceWith(test);
579 instruction->ReplaceWith(graph->GetIntConstant(outcome));
658 equal->ReplaceWith(input_value);
663 equal->ReplaceWith(GetGraph()->InsertOppositeCondition(input_value, equal));
668 equal->ReplaceWith(GetGraph()->GetIntConstant(0))
    [all...]
ssa_builder.cc 70 phi->ReplaceWith(next);
73 next->ReplaceWith(phi);
100 phi->ReplaceWith(next);
335 aget_float->ReplaceWith(aget_int);
349 aget_int->ReplaceWith(aget_float);
447 new_instance->ReplaceWith(graph_->GetNullConstant());
460 input->ReplaceWith(load_class);
dead_code_elimination.cc 251 phi->ReplaceWith(phi->InputAt(0));
258 first->ReplaceWith(result);
inliner.cc     [all...]
ssa_phi_elimination.cc 238 current->ReplaceWith(candidate);
load_store_elimination.cc 89 load->ReplaceWith(substitute);
262 prev->ReplaceWith(prev->InputAt(0));
gvn.cc 501 current->ReplaceWith(existing);
nodes.cc 804 initial->ReplaceWith(replacement);
    [all...]
reference_type_propagation.cc 727 bound_type->ReplaceWith(bound_type->InputAt(0));
    [all...]
bounds_check_elimination.cc     [all...]
loop_optimization.cc 536 phi->ReplaceWith(phi->InputAt(0));
    [all...]
nodes.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 77 Value *ReplaceWith = S->getOperand(1);
79 if (!CI->isOne()) std::swap(ReplaceWith, Other);
80 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType());
82 S->replaceAllUsesWith(ReplaceWith);
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 81 Value *ReplaceWith = S->getOperand(1);
83 if (!CI->isOne()) std::swap(ReplaceWith, Other);
84 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType());
86 S->replaceAllUsesWith(ReplaceWith);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Include/Library/
ShellLib.h     [all...]
  /external/v8/src/compiler/
register-allocator.cc 717 InstructionOperand::ReplaceWith(pos->operand(), &spill_op);
723 InstructionOperand::ReplaceWith(pos->operand(), &op);
    [all...]
instruction.h 102 static void ReplaceWith(InstructionOperand* dest,
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.2/
kotlin-runtime-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime-1.0.5.jar 

Completed in 1993 milliseconds

1 2