Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstruction.cpp146 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
148 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()
190 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
191 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
DInstructions.cpp2210 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()
2225 copyFastMathFlags(FM); in andIRFlags()
/external/llvm/include/llvm/IR/
DInstruction.h266 void copyFastMathFlags(FastMathFlags FMF);
289 void copyFastMathFlags(const Instruction *I);
DOperator.h262 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1340 RI->copyFastMathFlags(&I); in visitFAdd()
1348 RI->copyFastMathFlags(&I); in visitFAdd()
1705 NewI->copyFastMathFlags(&I); in visitFSub()
1718 NewI->copyFastMathFlags(&I); in visitFSub()
1725 NewI->copyFastMathFlags(&I); in visitFSub()
1732 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.cpp565 RI->copyFastMathFlags(&I); in visitFMul()
607 RI->copyFastMathFlags(&I); in visitFMul()
1267 T->copyFastMathFlags(&I); in visitFDiv()
DInstCombineVectorOps.cpp655 New->copyFastMathFlags(I); in buildNew()
DInstructionCombining.cpp724 FPInst->copyFastMathFlags(BO); in FoldOperationIntoSelectOperand()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp238 FDiv->copyFastMathFlags(FAdd); in TEST_F()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3817 cast<FCmpInst>(C)->copyFastMathFlags(&*it); in vectorizeBlockInLoop()