Home
last modified time | relevance | path

Searched refs:ReplaceWith (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp77 Value *ReplaceWith = S->getOperand(1); in processSelect() local
79 if (!CI->isOne()) std::swap(ReplaceWith, Other); in processSelect()
80 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType()); in processSelect()
82 S->replaceAllUsesWith(ReplaceWith); in processSelect()
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp81 Value *ReplaceWith = S->getOperand(1); in processSelect() local
83 if (!CI->isOne()) std::swap(ReplaceWith, Other); in processSelect()
84 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType()); in processSelect()
86 S->replaceAllUsesWith(ReplaceWith); in processSelect()
/external/v8/src/compiler/
Dregister-allocator.cc717 InstructionOperand::ReplaceWith(pos->operand(), &spill_op); in ConvertUsesToOperand()
723 InstructionOperand::ReplaceWith(pos->operand(), &op); in ConvertUsesToOperand()
1353 InstructionOperand::ReplaceWith(operand, &assigned); in CommitAssignment()
1620 InstructionOperand::ReplaceWith(operand, &allocated); in AllocateFixed()
Dinstruction.h102 static void ReplaceWith(InstructionOperand* dest, in ReplaceWith() function
/external/clang/utils/TableGen/
DNeonEmitter.cpp1747 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagNameReplace() local
1752 S.replace(Idx, ToReplace.size(), ReplaceWith); in emitDagNameReplace()
/external/kotlinc/lib/
Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin ...
Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin ...