/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ExpandReductions.cpp | 116 Builder.setFastMathFlags(FMF); in expandReductions()
|
H A D | ExpandVectorPredication.cpp | 107 NewInst->setFastMathFlags(OldFMOp->getFastMathFlags()); in transferDecorations()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Instruction.cpp | 209 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 D | Reassociate.cpp | 241 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 D | LICM.cpp | 935 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 D | SimplifyLibCalls.cpp | 1236 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 D | LoopUtils.cpp | 1069 B.setFastMathFlags(Desc.getFastMathFlags()); in createTargetReduction()
|
H A D | SimplifyCFG.cpp | 1605 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 D | AMDGPUCodeGenPrepare.cpp | 619 Builder.setFastMathFlags(FPOp->getFastMathFlags()); in foldBinOpIntoSelect() 765 Builder.setFastMathFlags(FMF); in visitFDiv() 1022 Builder.setFastMathFlags(FMF); in expandDivRem32()
|
H A D | AMDGPULibCalls.cpp | 636 B.setFastMathFlags(FPOp->getFastMathFlags()); in fold()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 125 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 D | InstCombineSelect.cpp | 1762 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 D | InstCombineAddSub.cpp | 695 NewInstr->setFastMathFlags(Instr->getFastMathFlags()); in createInstPostProc() 2195 Builder.setFastMathFlags(I.getFastMathFlags()); in visitFNeg() 2202 Builder.setFastMathFlags(I.getFastMathFlags()); in visitFNeg()
|
H A D | InstructionCombining.cpp | 303 I.setFastMathFlags(FMF); in ClearSubclassDataAfterReassociation() 505 NewBO->setFastMathFlags(Flags); in SimplifyAssociativeOrCommutative() 834 Builder.setFastMathFlags(FMF); in SimplifySelectsFeedingBinaryOp()
|
H A D | InstCombineCasts.cpp | 1780 Builder.setFastMathFlags(Op->getFastMathFlags()); in visitFPTrunc()
|
H A D | InstCombineCalls.cpp | 1372 Builder.setFastMathFlags(II->getFastMathFlags()); in visitCallInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Instruction.h | 435 void setFastMathFlags(FastMathFlags FMF);
|
H A D | Operator.h | 308 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function
|
H A D | IRBuilder.h | 305 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 D | BitcodeReader.cpp | 4076 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 D | LLParser.cpp | 6193 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 D | LoopVectorize.cpp | 2460 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 D | SLPVectorizer.cpp | 7430 Builder.setFastMathFlags(RdxFMF); in tryToReduce()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 132 Builder.setFastMathFlags(FMF); in SetFastMathFlags()
|