Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp188 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
190 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()
238 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
239 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
259 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()
282 copyFastMathFlags(FM); in andIRFlags()
H A DIRBuilder.cpp81 CI->copyFastMathFlags(FMFSource); in createCallHelper()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h381 void copyFastMathFlags(FastMathFlags FMF);
413 void copyFastMathFlags(const Instruction *I);
H A DOperator.h305 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp562 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1572 RI->copyFastMathFlags(OpI); in visitFPTrunc()
1662 NewCI->copyFastMathFlags(II); in visitFPTrunc()
H A DInstructionCombining.cpp813 FPInst->copyFastMathFlags(BO); in foldOperationIntoSelectOperand()
885 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()
H A DInstCombineCalls.cpp2242 FAdd->copyFastMathFlags(II); in visitCallInst()
2293 FNeg->copyFastMathFlags(II); in visitCallInst()
3637 NewCall->copyFastMathFlags(II); in visitCallInst()
H A DInstCombineMulDivRem.cpp479 Log2->copyFastMathFlags(&I); in visitFMul()
H A DInstCombineVectorOps.cpp1074 New->copyFastMathFlags(I); in buildNew()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4135 V->copyFastMathFlags(CI); in widenInstruction()