Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp189 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
191 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()
239 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
240 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
260 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()
283 copyFastMathFlags(FM); in andIRFlags()
DIRBuilder.cpp80 CI->copyFastMathFlags(FMFSource); in createCallHelper()
DAutoUpgrade.cpp3527 cast<Instruction>(NewCall)->copyFastMathFlags(CI); in UpgradeIntrinsicCall()
3538 cast<Instruction>(NewCall)->copyFastMathFlags(CI); in UpgradeIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h315 void copyFastMathFlags(FastMathFlags FMF);
338 void copyFastMathFlags(const Instruction *I);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h401 void copyFastMathFlags(FastMathFlags FMF);
433 void copyFastMathFlags(const Instruction *I);
DOperator.h311 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp693 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2248 FAdd->copyFastMathFlags(II); in visitCallInst()
2282 FAdd->copyFastMathFlags(II); in visitCallInst()
2361 FNeg->copyFastMathFlags(II); in visitCallInst()
3751 NewCall->copyFastMathFlags(II); in visitCallInst()
DInstCombineCasts.cpp1572 RI->copyFastMathFlags(BO); in visitFPTrunc()
1693 NewCI->copyFastMathFlags(II); in visitFPTrunc()
DInstructionCombining.cpp885 FPInst->copyFastMathFlags(BO); in foldOperationIntoSelectOperand()
957 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()
DInstCombineMulDivRem.cpp567 Log2->copyFastMathFlags(&I); in visitFMul()
DInstCombineVectorOps.cpp1248 New->copyFastMathFlags(I); in buildNew()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4399 V->copyFastMathFlags(CI); in widenInstruction()