Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandReductions.cpp116 Builder.setFastMathFlags(FMF); in expandReductions()
H A DExpandVectorPredication.cpp107 NewInst->setFastMathFlags(OldFMOp->getFastMathFlags()); in transferDecorations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp209 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function in Instruction
211 cast<FPMathOperator>(this)->setFastMathFlags(FMF); in setFastMathFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp241 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()
253 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()
765 NewOp->setFastMathFlags(I->getFastMathFlags()); in RewriteExprTree()
789 ExpressionChanged->setFastMathFlags(Flags); in RewriteExprTree()
1921 Builder.setFastMathFlags(FPI->getFastMathFlags()); in OptimizeMul()
H A DLICM.cpp935 ReciprocalDivisor->setFastMathFlags(I.getFastMathFlags()); in hoistRegion()
941 Product->setFastMathFlags(I.getFastMathFlags()); in hoistRegion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1236 B.setFastMathFlags(CI->getFastMathFlags()); in replaceUnaryCall()
1309 B.setFastMathFlags(CI->getFastMathFlags()); in optimizeDoubleFP()
1345 B.setFastMathFlags(CI->getFastMathFlags()); in optimizeCAbs()
1373 B.setFastMathFlags(Call->getFastMathFlags()); in optimizeTrigReflections()
1682 B.setFastMathFlags(Pow->getFastMathFlags()); in optimizePow()
1838 B.setFastMathFlags(FMF); in optimizeFMinFMax()
1952 B.setFastMathFlags(FastMathFlags::getFast()); in optimizeLog()
2047 B.setFastMathFlags(I->getFastMathFlags()); in optimizeSqrt()
H A DLoopUtils.cpp1069 B.setFastMathFlags(Desc.getFastMathFlags()); in createTargetReduction()
H A DSimplifyCFG.cpp1605 Builder.setFastMathFlags(PN.getFastMathFlags()); in HoistThenElseCodeToIf()
2841 Builder.setFastMathFlags(PN->getFastMathFlags()); in FoldTwoEntryPHINode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp619 Builder.setFastMathFlags(FPOp->getFastMathFlags()); in foldBinOpIntoSelect()
765 Builder.setFastMathFlags(FMF); in visitFDiv()
1022 Builder.setFastMathFlags(FMF); in expandDivRem32()
H A DAMDGPULibCalls.cpp636 B.setFastMathFlags(FPOp->getFastMathFlags()); in fold()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp125 Builder.setFastMathFlags(I.getFastMathFlags()); in foldMulSelectToNegate()
135 Builder.setFastMathFlags(I.getFastMathFlags()); in foldMulSelectToNegate()
418 Builder.setFastMathFlags(I.getFastMathFlags()); in foldFPSignBitOps()
1386 B.setFastMathFlags(I.getFastMathFlags()); in visitFDiv()
H A DInstCombineSelect.cpp1762 NegInst->setFastMathFlags(Flags); in foldAddSubSelect()
1781 RI->setFastMathFlags(Flags); in foldAddSubSelect()
2424 CopySign->setFastMathFlags(Sel.getFastMathFlags()); in foldSelectToCopysign()
2834 Builder.setFastMathFlags(FCmp->getFastMathFlags()); in visitSelectInst()
2960 Builder.setFastMathFlags(FMF); in visitSelectInst()
H A DInstCombineAddSub.cpp695 NewInstr->setFastMathFlags(Instr->getFastMathFlags()); in createInstPostProc()
2195 Builder.setFastMathFlags(I.getFastMathFlags()); in visitFNeg()
2202 Builder.setFastMathFlags(I.getFastMathFlags()); in visitFNeg()
H A DInstructionCombining.cpp303 I.setFastMathFlags(FMF); in ClearSubclassDataAfterReassociation()
505 NewBO->setFastMathFlags(Flags); in SimplifyAssociativeOrCommutative()
834 Builder.setFastMathFlags(FMF); in SimplifySelectsFeedingBinaryOp()
H A DInstCombineCasts.cpp1780 Builder.setFastMathFlags(Op->getFastMathFlags()); in visitFPTrunc()
H A DInstCombineCalls.cpp1372 Builder.setFastMathFlags(II->getFastMathFlags()); in visitCallInst()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h435 void setFastMathFlags(FastMathFlags FMF);
H A DOperator.h308 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function
H A DIRBuilder.h305 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; } in setFastMathFlags() function
1140 I->setFastMathFlags(FMF); in setFPAttrs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4076 I->setFastMathFlags(FMF); in parseFunctionBody()
4112 I->setFastMathFlags(FMF); in parseFunctionBody()
4318 I->setFastMathFlags(FMF); in parseFunctionBody()
4405 I->setFastMathFlags(FMF); in parseFunctionBody()
4869 I->setFastMathFlags(FMF); in parseFunctionBody()
5395 I->setFastMathFlags(FMF); in parseFunctionBody()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6193 Inst->setFastMathFlags(FMF); in parseInstruction()
6222 Inst->setFastMathFlags(FMF); in parseInstruction()
6254 Inst->setFastMathFlags(FMF); in parseInstruction()
6283 Inst->setFastMathFlags(FMF); in parseInstruction()
6304 Inst->setFastMathFlags(FMF); in parseInstruction()
7368 CI->setFastMathFlags(FMF); in parseCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2460 Builder.setFastMathFlags(ID.getInductionBinOp()->getFastMathFlags()); in widenIntOrFpInduction()
3515 B.setFastMathFlags(II.getInductionBinOp()->getFastMathFlags()); in createInductionResumeValues()
3750 B.setFastMathFlags(II.getInductionBinOp()->getFastMathFlags()); in fixupIVUsers()
4451 Builder.setFastMathFlags(RdxDesc.getFastMathFlags()); in fixReduction()
5003 Builder.setFastMathFlags(Cmp->getFastMathFlags()); in widenInstruction()
H A DSLPVectorizer.cpp7430 Builder.setFastMathFlags(RdxFMF); in tryToReduce()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp132 Builder.setFastMathFlags(FMF); in SetFastMathFlags()