Home
last modified time | relevance | path

Searched defs:replaceWith (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp146 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) { in replaceWith() function in NVPTXImageOptimizer
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp468 if (Value replaceWith = getReplacementValue(op, operand, rewriter)) in matchAndRewrite() local
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5815 auto replaceWith = [this, &dl](unsigned OpCode, SDNode *TocEntry, in Select() local