Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp565 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
567 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()
615 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
616 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
647 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()
686 copyFastMathFlags(FM); in andIRFlags()
H A DIRBuilder.cpp85 CI->copyFastMathFlags(FMFSource); in createCallHelper()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h594 void copyFastMathFlags(FastMathFlags FMF);
626 void copyFastMathFlags(const Instruction *I);
H A DOperator.h267 void copyFastMathFlags(FastMathFlags FMF) {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp94 Replacement->copyFastMathFlags(II); in replaceWithTLIFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp139 NewCall->copyFastMathFlags(&OldIntr); in modifyIntrinsicCall()
781 CI->copyFastMathFlags(&II); in instCombineIntrinsic()
H A DAMDGPUCodeGenPrepare.cpp1270 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2473 FAdd->copyFastMathFlags(II); in visitCallInst()
2504 FAdd->copyFastMathFlags(II); in visitCallInst()
2595 AbsSign->copyFastMathFlags(II); in visitCallInst()
2711 cast<Instruction>(NewLdexp)->copyFastMathFlags(II); in visitCallInst()
H A DInstCombineMulDivRem.cpp917 SI->copyFastMathFlags(I.getFastMathFlags()); in visitFMul()
923 SI->copyFastMathFlags(I.getFastMathFlags()); in visitFMul()
H A DInstCombineCasts.cpp1759 RI->copyFastMathFlags(BO); in visitFPTrunc()
1877 NewCI->copyFastMathFlags(II); in visitFPTrunc()
H A DInstCombineVectorOps.cpp1884 NewI->copyFastMathFlags(I); in buildNew()
H A DInstCombineAddSub.cpp2776 S->copyFastMathFlags(&I); in visitFNeg()
H A DInstructionCombining.cpp2245 R->copyFastMathFlags(&Inst); in foldVectorBinop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp925 V->copyFastMathFlags(CI); in execute()