Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp489 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
491 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()
539 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
540 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
564 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()
595 copyFastMathFlags(FM); in andIRFlags()
H A DIRBuilder.cpp84 CI->copyFastMathFlags(FMFSource); in createCallHelper()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h559 void copyFastMathFlags(FastMathFlags FMF);
591 void copyFastMathFlags(const Instruction *I);
H A DOperator.h235 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp96 Replacement->copyFastMathFlags(&I); in replaceWithTLIFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp139 NewCall->copyFastMathFlags(&OldIntr); in modifyIntrinsicCall()
784 NewCall->copyFastMathFlags(&II); in instCombineIntrinsic()
H A DAMDGPUCodeGenPrepare.cpp1265 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2371 FAdd->copyFastMathFlags(II); in visitCallInst()
2402 FAdd->copyFastMathFlags(II); in visitCallInst()
2471 AbsSign->copyFastMathFlags(II); in visitCallInst()
2509 FNeg->copyFastMathFlags(II); in visitCallInst()
H A DInstCombineCasts.cpp1716 RI->copyFastMathFlags(BO); in visitFPTrunc()
1834 NewCI->copyFastMathFlags(II); in visitFPTrunc()
H A DInstCombineVectorOps.cpp1876 NewI->copyFastMathFlags(I); in buildNew()
H A DInstCombineAddSub.cpp2765 S->copyFastMathFlags(&I); in visitFNeg()
H A DInstructionCombining.cpp2038 R->copyFastMathFlags(&Inst); in foldVectorBinop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp635 V->copyFastMathFlags(&CI); in execute()