Searched refs:replaceWith (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXImageOptimizer.cpp | 45 void replaceWith(Instruction *From, ConstantInt *To); 96 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSampler() 100 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSampler() 113 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSurface() 119 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSurface() 131 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePTexture() 138 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePTexture() 146 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) { in replaceWith() function in NVPTXImageOptimizer
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 5921 auto replaceWith = [this, &dl](unsigned OpCode, SDNode *TocEntry, in Select() local 5939 replaceWith(PPC::LWZtoc, N, MVT::i32); in Select() 5947 replaceWith(PPC::ADDItoc, N, MVT::i32); in Select() 5951 replaceWith(PPC::LWZtoc, N, MVT::i32); in Select() 5960 replaceWith(PPC::ADDItoc8, N, MVT::i64); in Select()
|