Searched refs:replaceWith (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXImageOptimizer.cpp | 43 void replaceWith(Instruction *From, ConstantInt *To); 97 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSampler() 101 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSampler() 114 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSurface() 120 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSurface() 132 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePTexture() 139 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePTexture() 147 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) { in replaceWith() function in NVPTXImageOptimizer
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 5665 auto replaceWith = [this, &dl](unsigned OpCode, SDNode *TocEntry) { in Select() local 5678 replaceWith(PPC::LWZtoc, N); in Select() 5685 replaceWith(PPC::ADDItoc, N); in Select() 5687 replaceWith(PPC::LWZtoc, N); in Select()
|
| /freebsd-13.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 5820 jQuery( this ).replaceWith( this.childNodes ); 5949 replaceWith: function( value ) { method 5956 self.replaceWith( value.call( this, i, old ) );
|