Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp244 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
246 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()
294 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
295 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
315 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()
338 copyFastMathFlags(FM); in andIRFlags()
H A DIRBuilder.cpp94 CI->copyFastMathFlags(FMFSource);
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.h438 void copyFastMathFlags(FastMathFlags FMF);
470 void copyFastMathFlags(const Instruction *I);
H A DOperator.h232 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp82 Replacement->copyFastMathFlags(&CI); in replaceWithTLIFunction()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp136 NewCall->copyFastMathFlags(&OldIntr); in modifyIntrinsicCall()
671 NewCall->copyFastMathFlags(&II); in instCombineIntrinsic()
H A DAMDGPUCodeGenPrepare.cpp959 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1849 FAdd->copyFastMathFlags(II); in visitCallInst()
1880 FAdd->copyFastMathFlags(II); in visitCallInst()
1977 FNeg->copyFastMathFlags(II); in visitCallInst()
H A DInstCombineCasts.cpp1817 RI->copyFastMathFlags(BO); in visitFPTrunc()
1935 NewCI->copyFastMathFlags(II); in visitFPTrunc()
H A DInstructionCombining.cpp1148 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()
1869 R->copyFastMathFlags(&Inst); in foldVectorBinop()
H A DInstCombineAddSub.cpp2324 S->copyFastMathFlags(&I); in visitFNeg()
H A DInstCombineVectorOps.cpp1753 New->copyFastMathFlags(I); in buildNew()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp705 FDiv->copyFastMathFlags(FAdd); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4238 V->copyFastMathFlags(&CI); in widenCallInstruction()