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

1 2 3

  /frameworks/support/work/workmanager-ktx/src/main/java/androidx/work/ktx/
OneTimeWorkRequest.kt 29 replaceWith = ReplaceWith(
41 replaceWith = ReplaceWith(
Data.kt 25 replaceWith = ReplaceWith(
PeriodicWorkRequest.kt 30 replaceWith = ReplaceWith(
50 replaceWith = ReplaceWith(
  /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(DataType::Type::kBool, 0));
165 instruction->ReplaceWith(GetGraph()->GetConstant(DataType::Type::kBool, 1));
177 instruction->ReplaceWith(GetGraph()->GetConstant(DataType::Type::kBool, 0));
189 instruction->ReplaceWith(GetGraph()->GetConstant(DataType::Type::kBool, 1));
201 instruction->ReplaceWith(GetGraph()->GetConstant(DataType::Type::kBool, 0))
    [all...]
prepare_for_register_allocation.cc 38 check->ReplaceWith(check->InputAt(0));
42 check->ReplaceWith(check->InputAt(0));
48 deoptimize->ReplaceWith(deoptimize->GuardedInput());
54 check->ReplaceWith(check->InputAt(0));
72 bound_type->ReplaceWith(bound_type->InputAt(0));
130 check->ReplaceWith(load_class);
instruction_simplifier.cc 229 left->ReplaceWith(src_left);
230 right->ReplaceWith(src_right);
356 instruction->ReplaceWith(value);
554 null_check->ReplaceWith(obj);
667 instruction->ReplaceWith(graph->GetIntConstant(0));
682 instruction->ReplaceWith(test);
685 instruction->ReplaceWith(graph->GetIntConstant(outcome));
764 equal->ReplaceWith(input_value);
769 equal->ReplaceWith(GetGraph()->InsertOppositeCondition(input_value, equal));
774 equal->ReplaceWith(GetGraph()->GetIntConstant(0))
    [all...]
ssa_builder.cc 72 phi->ReplaceWith(next);
75 next->ReplaceWith(phi);
102 phi->ReplaceWith(next);
344 aget_float->ReplaceWith(aget_int);
358 aget_int->ReplaceWith(aget_float);
458 new_instance->ReplaceWith(graph_->GetNullConstant());
471 input->ReplaceWith(load_class);
dead_code_elimination.cc 200 user->ReplaceWith(bound);
391 phi->ReplaceWith(phi->InputAt(0));
398 first->ReplaceWith(result);
load_store_elimination.cc 188 load2->ReplaceWith(type_conversion);
233 load->ReplaceWith(type_conversion);
236 load->ReplaceWith(substitute);
518 prev->ReplaceWith(prev->InputAt(0));
    [all...]
ssa_phi_elimination.cc 254 current->ReplaceWith(candidate);
inliner.cc     [all...]
superblock_cloner.cc 639 phi->ReplaceWith(phi->InputAt(0));
648 phi->ReplaceWith(phi->InputAt(0));
gvn.cc 493 current->ReplaceWith(existing);
nodes.cc     [all...]
reference_type_propagation.cc 743 bound_type->ReplaceWith(bound_type->InputAt(0));
    [all...]
loop_optimization.cc 687 main_phi->ReplaceWith(main_phi->InputAt(0));
    [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);
  /frameworks/support/core/ktx/src/main/java/androidx/core/content/
Context.kt 37 @Deprecated("Use getSystemService", ReplaceWith("this.getSystemService<T>()"))
  /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);
  /art/runtime/
mem_map.h 45 // We cannot ever perform MemMap::ReplaceWith on non-linux hosts since the syscall is not
83 bool ReplaceWith(/*in-out*/MemMap** source, /*out*/std::string* error);
mem_map_test.cc 194 ASSERT_TRUE(dest->ReplaceWith(&source, &error_msg)) << error_msg;
242 ASSERT_TRUE(dest->ReplaceWith(&source, &error_msg)) << error_msg;
281 ASSERT_TRUE(dest->ReplaceWith(&source, &error_msg)) << error_msg;
331 ASSERT_FALSE(dest->ReplaceWith(&source, &error_msg)) << error_msg;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c     [all...]
  /art/openjdkjvmti/
ti_class_definition.cc 68 CHECK(dex_data_mmap_->ReplaceWith(&source, &error)) << "Failed to replace mmap for "
  /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...]

Completed in 505 milliseconds

1 2 3