Home
last modified time | relevance | path

Searched refs:setFastMathFlags (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/IR/
DInstruction.cpp130 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function in Instruction
132 cast<FPMathOperator>(this)->setFastMathFlags(FMF); in setFastMathFlags()
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp357 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()
369 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()
380 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateNeg()
874 NewOp->setFastMathFlags(I->getFastMathFlags()); in RewriteExprTree()
898 ExpressionChanged->setFastMathFlags(Flags); in RewriteExprTree()
2044 NI->setFastMathFlags(cast<FPMathOperator>(User)->getFastMathFlags()); in canonicalizeNegConstExpr()
2048 NI->setFastMathFlags(cast<FPMathOperator>(User)->getFastMathFlags()); in canonicalizeNegConstExpr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1250 Res->setFastMathFlags(I.getFastMathFlags()); in visitFDiv()
1285 R->setFastMathFlags(I.getFastMathFlags()); in visitFDiv()
1304 RI->setFastMathFlags(Flags); in visitFDiv()
1316 RI->setFastMathFlags(Flags); in visitFDiv()
1325 SimpR->setFastMathFlags(I.getFastMathFlags()); in visitFDiv()
DInstCombineAddSub.cpp502 II->setFastMathFlags(Flags); in performFactorization()
507 II->setFastMathFlags(Flags); in performFactorization()
513 II->setFastMathFlags(Flags); in performFactorization()
798 NewInstr->setFastMathFlags(Instr->getFastMathFlags()); in createInstPostProc()
DInstCombineSelect.cpp1115 NegInst->setFastMathFlags(Flags); in visitSelectInst()
1135 RI->setFastMathFlags(Flags); in visitSelectInst()
DInstructionCombining.cpp156 I.setFastMathFlags(FMF); in ClearSubclassDataAfterReassociation()
305 New->setFastMathFlags(Flags); in SimplifyAssociativeOrCommutative()
/external/llvm/include/llvm/IR/
DInstruction.h259 void setFastMathFlags(FastMathFlags FMF);
DOperator.h257 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function
DIRBuilder.h690 I->setFastMathFlags(FMF); in AddFPMathAttributes()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3438 I->setFastMathFlags(FMF); in ParseFunctionBody()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2634 cast<Instruction>(V)->setFastMathFlags(Flags); in addFastMathFlag()
/external/llvm/lib/AsmParser/
DLLParser.cpp4461 Inst->setFastMathFlags(FMF); in ParseInstruction()