Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp91 Value *ReplaceWith = S->getOperand(1); in processSelect() local
93 if (!CI->isOne()) std::swap(ReplaceWith, Other); in processSelect()
94 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType()); in processSelect()
96 S->replaceAllUsesWith(ReplaceWith); in processSelect()
/external/v8/src/compiler/
Dregister-allocator.cc572 InstructionOperand::ReplaceWith(pos->operand(), &spill_op); in ConvertUsesToOperand()
578 InstructionOperand::ReplaceWith(pos->operand(), &op); in ConvertUsesToOperand()
1267 InstructionOperand::ReplaceWith(operand, &assigned); in CommitAssignment()
1518 InstructionOperand::ReplaceWith(operand, &allocated); in AllocateFixed()
Dinstruction.h79 static void ReplaceWith(InstructionOperand* dest, in ReplaceWith() function
/external/clang/utils/TableGen/
DNeonEmitter.cpp1745 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagNameReplace() local
1750 S.replace(Idx, ToReplace.size(), ReplaceWith); in emitDagNameReplace()