Searched refs:copyFastMathFlags (Results 1 – 14 of 14) sorted by relevance
619 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction621 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()669 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction670 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()701 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()744 copyFastMathFlags(FM); in andIRFlags()
646 LLVM_ABI void copyFastMathFlags(FastMathFlags FMF);678 LLVM_ABI void copyFastMathFlags(const Instruction *I);
265 void copyFastMathFlags(FastMathFlags FMF) {
94 Replacement->copyFastMathFlags(II); in replaceWithTLIFunction()
260 &Instruction::copyFastMathFlags>>(this); in setFastMathFlags()264 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in llvm::sandboxir::Instruction267 &Instruction::copyFastMathFlags>>(this); in copyFastMathFlags()268 cast<llvm::Instruction>(Val)->copyFastMathFlags(FMF); in copyFastMathFlags()
1013 SI->copyFastMathFlags(I.getFastMathFlags()); in visitFMul()1019 SI->copyFastMathFlags(I.getFastMathFlags()); in visitFMul()2079 FDiv->copyFastMathFlags(R1FMF); in convertFSqrtDivIntoFMul()2096 FSqrt->copyFastMathFlags(R2FMF); in convertFSqrtDivIntoFMul()2106 FMul->copyFastMathFlags(FastMathFlags::intersectRewrite(R1FMF, R2FMF) | in convertFSqrtDivIntoFMul()
1807 RI->copyFastMathFlags(BO); in visitFPTrunc()1928 NewCI->copyFastMathFlags(&FPT); in visitFPTrunc()
1962 NewI->copyFastMathFlags(I); in buildNew()
3006 S->copyFastMathFlags(&I); in visitFNeg()
2487 R->copyFastMathFlags(&Inst); in foldVectorBinop()
138 NewCall->copyFastMathFlags(&OldIntr); in modifyIntrinsicCall()1117 CI->copyFastMathFlags(&II); in instCombineIntrinsic()
1288 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
2948 Call->copyFastMathFlags(CI); in optimizeSymmetricCall()2962 Call->copyFastMathFlags(CI); in optimizeSymmetricCall()
315 LLVM_ABI void copyFastMathFlags(FastMathFlags FMF);