Searched refs:ReplaceWith (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp77 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/
H A DCorrelatedValuePropagation.cpp81 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);
/external/v8/src/compiler/
H A Dregister-allocator.cc717 InstructionOperand::ReplaceWith(pos->operand(), &spill_op);
723 InstructionOperand::ReplaceWith(pos->operand(), &op);
1353 InstructionOperand::ReplaceWith(operand, &assigned);
1620 InstructionOperand::ReplaceWith(operand, &allocated);
H A Dinstruction.h102 static void ReplaceWith(InstructionOperand* dest, function in class:v8::internal::compiler::InstructionOperand
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1747 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); local
1752 S.replace(Idx, ToReplace.size(), ReplaceWith);

Completed in 256 milliseconds