Home
last modified time | relevance | path

Searched refs:copyFastMathFlags (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp235 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
237 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()
285 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
286 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
306 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()
329 copyFastMathFlags(FM); in andIRFlags()
H A DIRBuilder.cpp79 CI->copyFastMathFlags(FMFSource);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h454 void copyFastMathFlags(FastMathFlags FMF);
486 void copyFastMathFlags(const Instruction *I);
H A DOperator.h315 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp83 Replacement->copyFastMathFlags(&CI); in replaceWithTLIFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp166 NewCall->copyFastMathFlags(&II); in simplifyAMDGCNImageIntrinsic()
511 NewCall->copyFastMathFlags(&II); in instCombineIntrinsic()
H A DAMDGPUCodeGenPrepare.cpp939 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1426 FAdd->copyFastMathFlags(II); in visitCallInst()
1457 FAdd->copyFastMathFlags(II); in visitCallInst()
1554 FNeg->copyFastMathFlags(II); in visitCallInst()
H A DInstructionCombining.cpp997 FPInst->copyFastMathFlags(BO); in foldOperationIntoSelectOperand()
1093 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()
1790 R->copyFastMathFlags(&Inst); in foldVectorBinop()
H A DInstCombineCasts.cpp1787 RI->copyFastMathFlags(BO); in visitFPTrunc()
1905 NewCI->copyFastMathFlags(II); in visitFPTrunc()
H A DInstCombineAddSub.cpp2231 S->copyFastMathFlags(&I); in visitFNeg()
H A DInstCombineVectorOps.cpp1649 New->copyFastMathFlags(I); in buildNew()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5037 V->copyFastMathFlags(CI); in widenCallInstruction()