Home
last modified time | relevance | path

Searched refs:isFast (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1054 if (!CI->isFast()) in optimizeCAbs()
1126 if (!Pow->isFast()) in replacePowWithSqrt()
1204 if (BaseFn && BaseFn->isFast() && Pow->isFast()) { in optimizePow()
1265 if (Pow->isFast()) { in optimizePow()
1349 if (CI->isFast()) { in optimizeFMinFMax()
1382 if (!CI->isFast()) in optimizeLog()
1388 if (!OpC || !OpC->isFast()) in optimizeLog()
1430 if (!CI->isFast()) in optimizeSqrt()
1434 if (!I || I->getOpcode() != Instruction::FMul || !I->isFast()) in optimizeSqrt()
1456 if (OtherMul0 == OtherMul1 && cast<Instruction>(Op0)->isFast()) { in optimizeSqrt()
[all …]
DLoopUtils.cpp499 if (!UAI && FP && !I->isFast()) in isRecurrenceInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h320 return InductionBinOp && !cast<FPMathOperator>(InductionBinOp)->isFast(); in hasUnsafeAlgebra()
326 if (!InductionBinOp || cast<FPMathOperator>(InductionBinOp)->isFast()) in getUnsafeAlgebraInst()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h207 bool isFast() const { return all(); } in isFast() function
311 bool isFast() const { in isFast() function
DInstruction.h363 bool isFast() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandReductions.cpp98 if (!II->getFastMathFlags().isFast()) in expandReductions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp193 bool Instruction::isFast() const { in isFast() function in Instruction
195 return cast<FPMathOperator>(this)->isFast(); in isFast()
DAsmWriter.cpp1240 if (FPO->isFast()) in WriteOptimizationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp201 EXPECT_TRUE(FAdd->isFast()); in TEST_F()
209 EXPECT_TRUE(FAdd->isFast()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp150 if (!isa<FPMathOperator>(I) || I->isFast()) in isReassociableOp()
160 if (!isa<FPMathOperator>(I) || I->isFast()) in isReassociableOp()
569 !cast<Instruction>(Op)->isFast())) && in LinearizeExprTree()
2041 if (I->getType()->isFPOrFPVectorTy() && !I->isFast()) in OptimizeInst()
/external/clang/include/clang/Lex/
DPreprocessor.h1505 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter() argument
1506 if (isFast) in IncrementPasteCounter()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h456 bool isFast() const {
951 bool isFast() { return Flags.isFast(); }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp712 !I.isFast()) { in canVectorizeInstrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp430 bool UnsafeDiv = HasUnsafeFPMath || FMF.isFast() || in visitFDiv()
DAMDGPULibCalls.cpp490 if (Op->isFast()) in isUnsafeMath()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp530 if (I.isFast()) { in visitFMul()
DInstCombineCalls.cpp2069 if (II->isFast()) { in visitCallInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2684 if (FPOp->getFastMathFlags().isFast()) in isVectorReductionOp()
2734 if (!isa<PHINode>(FPOp) && !FPOp->getFastMathFlags().isFast()) in isVectorReductionOp()
8247 if (FMF.isFast()) in visitVectorReduce()
8253 if (FMF.isFast()) in visitVectorReduce()