Searched refs:replaceWith (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXImageOptimizer.cpp | 44 void replaceWith(Instruction *From, ConstantInt *To); 95 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSampler() 99 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSampler() 112 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSurface() 118 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSurface() 130 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePTexture() 137 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePTexture() 145 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 | 6114 auto replaceWith = [this, &dl](unsigned OpCode, SDNode *TocEntry, in Select() local 6139 replaceWith(PPC::LWZtoc, N, MVT::i32); in Select() 6146 replaceWith(PPC::ADDItoc, N, MVT::i32); in Select() 6150 replaceWith(PPC::LWZtoc, N, MVT::i32); in Select() 6158 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 ) );
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3123 void replaceWith(Value *From, Value *To) { in replaceWith() function 5419 AddrMode.replaceWith(Ext, PromotedOperand); in matchOperationAddr()
|