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-7.0/llvm/lib/IR/
DInstruction.cpp188 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
190 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()
238 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
239 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
259 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()
282 copyFastMathFlags(FM); in andIRFlags()
DIRBuilder.cpp80 CI->copyFastMathFlags(FMFSource); in createCallHelper()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h315 void copyFastMathFlags(FastMathFlags FMF);
338 void copyFastMathFlags(const Instruction *I);
/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-7.0/llvm/include/llvm/IR/
DInstruction.h360 void copyFastMathFlags(FastMathFlags FMF);
392 void copyFastMathFlags(const Instruction *I);
DOperator.h305 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-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp332 FDiv->copyFastMathFlags(FAdd); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp563 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1541 RI->copyFastMathFlags(OpI); in visitFPTrunc()
1630 NewCI->copyFastMathFlags(II); in visitFPTrunc()
DInstructionCombining.cpp805 FPInst->copyFastMathFlags(BO); in foldOperationIntoSelectOperand()
877 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()
DInstCombineVectorOps.cpp971 New->copyFastMathFlags(I); in buildNew()
DInstCombineMulDivRem.cpp544 Log2->copyFastMathFlags(&I); in visitFMul()
DInstCombineCalls.cpp2111 FAdd->copyFastMathFlags(II); in visitCallInst()
3468 NewCall->copyFastMathFlags(II); in visitCallInst()
/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-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4134 V->copyFastMathFlags(CI); in widenInstruction()