Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp294 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
296 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()
344 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
345 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
365 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()
388 copyFastMathFlags(FM); in andIRFlags()
H A DIRBuilder.cpp93 CI->copyFastMathFlags(FMFSource); in createCallHelper()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceInstructionFlags.cpp60 I.copyFastMathFlags(Flags); in reduceFlagsInModule()
H A DReduceOpcodes.cpp268 Replacement->copyFastMathFlags(&I); in replaceOpcodesInModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h461 void copyFastMathFlags(FastMathFlags FMF);
493 void copyFastMathFlags(const Instruction *I);
H A DOperator.h235 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp82 Replacement->copyFastMathFlags(&CI); in replaceWithTLIFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp138 NewCall->copyFastMathFlags(&OldIntr); in modifyIntrinsicCall()
656 NewCall->copyFastMathFlags(&II); in instCombineIntrinsic()
H A DAMDGPUCodeGenPrepare.cpp961 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1939 FAdd->copyFastMathFlags(II); in visitCallInst()
1970 FAdd->copyFastMathFlags(II); in visitCallInst()
2039 AbsSign->copyFastMathFlags(II); in visitCallInst()
2077 FNeg->copyFastMathFlags(II); in visitCallInst()
H A DInstCombineCasts.cpp1816 RI->copyFastMathFlags(BO); in visitFPTrunc()
1934 NewCI->copyFastMathFlags(II); in visitFPTrunc()
H A DInstCombineVectorOps.cpp1853 New->copyFastMathFlags(I); in buildNew()
H A DInstCombineAddSub.cpp2486 S->copyFastMathFlags(&I); in visitFNeg()
H A DInstructionCombining.cpp1884 R->copyFastMathFlags(&Inst); in foldVectorBinop()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp491 V->copyFastMathFlags(&CI); in execute()