Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstruction.cpp169 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/
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()
/external/llvm/include/llvm/IR/
DInstruction.h290 void copyFastMathFlags(FastMathFlags FMF);
313 void copyFastMathFlags(const Instruction *I);
DOperator.h262 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h315 void copyFastMathFlags(FastMathFlags FMF);
338 void copyFastMathFlags(const Instruction *I);
/external/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
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1320 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()
DInstCombineCasts.cpp1304 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()
DInstCombineMulDivRem.cpp568 RI->copyFastMathFlags(&I); in visitFMul()
610 RI->copyFastMathFlags(&I); in visitFMul()
629 FMulVal->copyFastMathFlags(&I); in visitFMul()
1297 T->copyFastMathFlags(&I); in visitFDiv()
DInstCombineVectorOps.cpp744 New->copyFastMathFlags(I); in buildNew()
DInstructionCombining.cpp720 FPInst->copyFastMathFlags(BO); in FoldOperationIntoSelectOperand()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp248 FDiv->copyFastMathFlags(FAdd); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp693 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24()
/external/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()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4156 cast<FCmpInst>(C)->copyFastMathFlags(Cmp); in vectorizeBlockInLoop()
4283 V->copyFastMathFlags(CI); in vectorizeBlockInLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4399 V->copyFastMathFlags(CI); in widenInstruction()