/external/llvm/lib/IR/ |
D | Instruction.cpp | 169 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction 171 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags() 213 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction 214 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags() 234 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags() 253 copyFastMathFlags(FM); in andIRFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 189 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()
|
D | IRBuilder.cpp | 80 CI->copyFastMathFlags(FMFSource); in createCallHelper()
|
D | AutoUpgrade.cpp | 3527 cast<Instruction>(NewCall)->copyFastMathFlags(CI); in UpgradeIntrinsicCall() 3538 cast<Instruction>(NewCall)->copyFastMathFlags(CI); in UpgradeIntrinsicCall()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 290 void copyFastMathFlags(FastMathFlags FMF); 313 void copyFastMathFlags(const Instruction *I);
|
D | Operator.h | 262 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 315 void copyFastMathFlags(FastMathFlags FMF); 338 void copyFastMathFlags(const Instruction *I);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 401 void copyFastMathFlags(FastMathFlags FMF); 433 void copyFastMathFlags(const Instruction *I);
|
D | Operator.h | 311 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1320 RI->copyFastMathFlags(&I); in visitFAdd() 1328 RI->copyFastMathFlags(&I); in visitFAdd() 1685 NewI->copyFastMathFlags(&I); in visitFSub() 1698 NewI->copyFastMathFlags(&I); in visitFSub() 1705 NewI->copyFastMathFlags(&I); in visitFSub() 1712 NewI->copyFastMathFlags(&I); in visitFSub()
|
D | InstCombineCasts.cpp | 1304 RI->copyFastMathFlags(OpI); in visitFPTrunc() 1321 RI->copyFastMathFlags(OpI); in visitFPTrunc() 1339 RI->copyFastMathFlags(OpI); in visitFPTrunc() 1357 RI->copyFastMathFlags(OpI); in visitFPTrunc() 1367 RI->copyFastMathFlags(OpI); in visitFPTrunc()
|
D | InstCombineMulDivRem.cpp | 568 RI->copyFastMathFlags(&I); in visitFMul() 610 RI->copyFastMathFlags(&I); in visitFMul() 629 FMulVal->copyFastMathFlags(&I); in visitFMul() 1297 T->copyFastMathFlags(&I); in visitFDiv()
|
D | InstCombineVectorOps.cpp | 744 New->copyFastMathFlags(I); in buildNew()
|
D | InstructionCombining.cpp | 720 FPInst->copyFastMathFlags(BO); in FoldOperationIntoSelectOperand()
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 248 FDiv->copyFastMathFlags(FAdd); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUCodeGenPrepare.cpp | 693 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2248 FAdd->copyFastMathFlags(II); in visitCallInst() 2282 FAdd->copyFastMathFlags(II); in visitCallInst() 2361 FNeg->copyFastMathFlags(II); in visitCallInst() 3751 NewCall->copyFastMathFlags(II); in visitCallInst()
|
D | InstCombineCasts.cpp | 1572 RI->copyFastMathFlags(BO); in visitFPTrunc() 1693 NewCI->copyFastMathFlags(II); in visitFPTrunc()
|
D | InstructionCombining.cpp | 885 FPInst->copyFastMathFlags(BO); in foldOperationIntoSelectOperand() 957 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()
|
D | InstCombineMulDivRem.cpp | 567 Log2->copyFastMathFlags(&I); in visitFMul()
|
D | InstCombineVectorOps.cpp | 1248 New->copyFastMathFlags(I); in buildNew()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4156 cast<FCmpInst>(C)->copyFastMathFlags(Cmp); in vectorizeBlockInLoop() 4283 V->copyFastMathFlags(CI); in vectorizeBlockInLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4399 V->copyFastMathFlags(CI); in widenInstruction()
|