/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_helper.cpp | 108 llvm::unwrap(builder)->setFastMathFlags(flags); in ac_create_builder() 125 b->setFastMathFlags(flags); in ac_enable_signed_zeros() 136 b->setFastMathFlags(flags); in ac_disable_signed_zeros()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExpandReductions.cpp | 116 Builder.setFastMathFlags(FMF); in expandReductions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 240 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd() 252 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul() 263 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateNeg() 764 NewOp->setFastMathFlags(I->getFastMathFlags()); in RewriteExprTree() 788 ExpressionChanged->setFastMathFlags(Flags); in RewriteExprTree() 1823 Builder.setFastMathFlags(FPI->getFastMathFlags()); in OptimizeMul()
|
D | LICM.cpp | 875 ReciprocalDivisor->setFastMathFlags(I.getFastMathFlags()); in hoistRegion() 881 Product->setFastMathFlags(I.getFastMathFlags()); in hoistRegion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 310 void setFastMathFlags(FastMathFlags FMF);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 184 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function in Instruction 186 cast<FPMathOperator>(this)->setFastMathFlags(FMF); in setFastMathFlags()
|
D | IRBuilder.cpp | 390 Rdx->setFastMathFlags(FMF); in CreateFPMaxReduce() 401 Rdx->setFastMathFlags(FMF); in CreateFPMinReduce()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 396 void setFastMathFlags(FastMathFlags FMF);
|
D | Operator.h | 305 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function
|
D | IRBuilder.h | 225 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; } in setFastMathFlags() function 1161 I->setFastMathFlags(FMF); in setFPAttrs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1264 B.setFastMathFlags(CI->getFastMathFlags()); in replaceUnaryCall() 1337 B.setFastMathFlags(CI->getFastMathFlags()); in optimizeDoubleFP() 1373 B.setFastMathFlags(CI->getFastMathFlags()); in optimizeCAbs() 1401 B.setFastMathFlags(Call->getFastMathFlags()); in optimizeTrigReflections() 1702 B.setFastMathFlags(Pow->getFastMathFlags()); in optimizePow() 1853 B.setFastMathFlags(FMF); in optimizeFMinFMax() 1967 B.setFastMathFlags(FastMathFlags::getFast()); in optimizeLog() 2062 B.setFastMathFlags(I->getFastMathFlags()); in optimizeSqrt()
|
D | LoopUtils.cpp | 786 Builder.setFastMathFlags(FMF); in createMinMaxOp() 959 B.setFastMathFlags(Desc.getFastMathFlags()); in createTargetReduction()
|
D | SimplifyCFG.cpp | 1411 Builder.setFastMathFlags(PN.getFastMathFlags()); in HoistThenElseCodeToIf() 2432 Builder.setFastMathFlags(PN->getFastMathFlags()); in FoldTwoEntryPHINode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUCodeGenPrepare.cpp | 569 Builder.setFastMathFlags(FMF); in visitFDiv() 749 Builder.setFastMathFlags(FMF); in expandDivRem32()
|
D | AMDGPULibCalls.cpp | 656 B.setFastMathFlags(FPOp->getFastMathFlags()); in fold()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 154 Builder.setFastMathFlags(I.getFastMathFlags()); in foldMulSelectToNegate() 164 Builder.setFastMathFlags(I.getFastMathFlags()); in foldMulSelectToNegate() 1266 B.setFastMathFlags(I.getFastMathFlags()); in visitFDiv()
|
D | InstCombineSelect.cpp | 1721 NegInst->setFastMathFlags(Flags); in foldAddSubSelect() 1740 RI->setFastMathFlags(Flags); in foldAddSubSelect() 2454 Builder.setFastMathFlags(FCI->getFastMathFlags()); in visitSelectInst() 2578 Builder.setFastMathFlags(FMF); in visitSelectInst()
|
D | InstructionCombining.cpp | 263 I.setFastMathFlags(FMF); in ClearSubclassDataAfterReassociation() 464 NewBO->setFastMathFlags(Flags); in SimplifyAssociativeOrCommutative() 787 Builder.setFastMathFlags(FMF); in SimplifySelectsFeedingBinaryOp()
|
D | InstCombineAddSub.cpp | 695 NewInstr->setFastMathFlags(Instr->getFastMathFlags()); in createInstPostProc()
|
D | InstCombineCasts.cpp | 1630 Builder.setFastMathFlags(Op->getFastMathFlags()); in visitFPTrunc()
|
D | InstCombineCalls.cpp | 2235 Builder.setFastMathFlags(II->getFastMathFlags()); in visitCallInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 342 cast<Instruction>(V)->setFastMathFlags(FastMathFlags::getFast()); in addFastMathFlag() 348 cast<Instruction>(V)->setFastMathFlags(FMF); in addFastMathFlag() 1950 cast<Instruction>(MulOp)->setFastMathFlags(Flags); in getStepVector() 1954 cast<Instruction>(BOp)->setFastMathFlags(Flags); in getStepVector() 2896 cast<Instruction>(MulExp)->setFastMathFlags(Flags); in emitTransformedIndex() 2901 cast<Instruction>(BOp)->setFastMathFlags(Flags); in emitTransformedIndex() 4293 Builder.setFastMathFlags(Cmp->getFastMathFlags()); in widenInstruction()
|
D | SLPVectorizer.cpp | 6708 Builder.setFastMathFlags(Unsafe); in tryToReduce()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3883 I->setFastMathFlags(FMF); in parseFunctionBody() 3919 I->setFastMathFlags(FMF); in parseFunctionBody() 4124 I->setFastMathFlags(FMF); in parseFunctionBody() 4209 I->setFastMathFlags(FMF); in parseFunctionBody() 4673 I->setFastMathFlags(FMF); in parseFunctionBody() 5084 I->setFastMathFlags(FMF); in parseFunctionBody()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5726 Inst->setFastMathFlags(FMF); in ParseInstruction() 5754 Inst->setFastMathFlags(FMF); in ParseInstruction() 5782 Inst->setFastMathFlags(FMF); in ParseInstruction() 5810 Inst->setFastMathFlags(FMF); in ParseInstruction() 5827 Inst->setFastMathFlags(FMF); in ParseInstruction() 6874 CI->setFastMathFlags(FMF); in ParseCall()
|