Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp214 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
216 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()
264 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
265 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
285 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()
308 copyFastMathFlags(FM); in andIRFlags()
H A DIRBuilder.cpp79 CI->copyFastMathFlags(FMFSource);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h440 void copyFastMathFlags(FastMathFlags FMF);
472 void copyFastMathFlags(const Instruction *I);
H A DOperator.h314 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp83 Replacement->copyFastMathFlags(&CI); in replaceWithTLIFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp166 NewCall->copyFastMathFlags(&II); in simplifyAMDGCNImageIntrinsic()
511 NewCall->copyFastMathFlags(&II); in instCombineIntrinsic()
H A DAMDGPUCodeGenPrepare.cpp912 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1361 NewCall->copyFastMathFlags(II); in visitCallInst()
1385 FAdd->copyFastMathFlags(II); in visitCallInst()
1416 FAdd->copyFastMathFlags(II); in visitCallInst()
1513 FNeg->copyFastMathFlags(II); in visitCallInst()
H A DInstructionCombining.cpp956 FPInst->copyFastMathFlags(BO); in foldOperationIntoSelectOperand()
1052 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()
1749 R->copyFastMathFlags(&Inst); in foldVectorBinop()
H A DInstCombineCasts.cpp1722 RI->copyFastMathFlags(BO); in visitFPTrunc()
1840 NewCI->copyFastMathFlags(II); in visitFPTrunc()
H A DInstCombineVectorOps.cpp1589 New->copyFastMathFlags(I); in buildNew()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5112 V->copyFastMathFlags(CI); in widenCallInstruction()