Searched refs:replaceWith (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 6101 auto replaceWith = [this, &dl](unsigned OpCode, SDNode *TocEntry, in Select() local 6126 replaceWith(PPC::LWZtoc, N, MVT::i32); in Select() 6133 replaceWith(PPC::ADDItoc, N, MVT::i32); in Select() 6137 replaceWith(PPC::LWZtoc, N, MVT::i32); in Select() 6145 replaceWith(PPC::ADDItoc8, N, MVT::i64); in Select()
|
/freebsd/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 ) );
|