Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h319 !cast<FPMathOperator>(InductionBinOp)->isFast(); in hasUnsafeAlgebra()
328 if (!InductionBinOp || cast<FPMathOperator>(InductionBinOp)->isFast()) in getUnsafeAlgebraInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h213 bool isFast() const { return all(); } in isFast() function
317 bool isFast() const { in isFast() function
DInstruction.h404 bool isFast() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1368 if (!CI->isFast()) in optimizeCAbs()
1497 if (BaseFn && BaseFn->hasOneUse() && BaseFn->isFast() && Pow->isFast()) { in replacePowWithExp()
1875 if (!Log->isFast() || !Arg || !Arg->isFast() || !Arg->hasOneUse()) in optimizeLog()
2023 if (!CI->isFast()) in optimizeSqrt()
2027 if (!I || I->getOpcode() != Instruction::FMul || !I->isFast()) in optimizeSqrt()
2049 if (OtherMul0 == OtherMul1 && cast<Instruction>(Op0)->isFast()) { in optimizeSqrt()
2095 if (!CI->isFast() || !OpC->isFast()) in optimizeTan()
3067 else if (isa<FPMathOperator>(CI) && CI->isFast()) in optimizeCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp194 bool Instruction::isFast() const { in isFast() function in Instruction
196 return cast<FPMathOperator>(this)->isFast(); in isFast()
DAutoUpgrade.cpp3521 if (CI->isFast()) in UpgradeIntrinsicCall()
3532 if (CI->isFast()) in UpgradeIntrinsicCall()
DAsmWriter.cpp1256 if (FPO->isFast()) in WriteOptimizationInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp546 I1->isFast()) in isConditionalRdxPattern()
549 if (m_FMul(m_Value(Op1), m_Value(Op2)).match(I1) && (I1->isFast())) in isConditionalRdxPattern()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp151 if (!isa<FPMathOperator>(I) || I->isFast()) in isReassociableOp()
161 if (!isa<FPMathOperator>(I) || I->isFast()) in isReassociableOp()
576 !cast<Instruction>(Op)->isFast())) && in LinearizeExprTree()
2103 if (I->getType()->isFPOrFPVectorTy() && !I->isFast()) in OptimizeInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h472 bool isFast() const {
991 bool isFast() { return Flags.isFast(); }
/third_party/skia/src/core/
DSkBlurMF.cpp977 bool isFast = insetRect.isSorted(); in make_rect_blur() local
1030 "isFast", GrSkSLFP::Specialize<int>(isFast)); in make_rect_blur()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp778 !I.isFast()) { in canVectorizeInstrs()
DSLPVectorizer.cpp6290 cast<Instruction>(I->getOperand(0))->isFast(); in isAssociative()
6932 assert(Builder.getFastMathFlags().isFast() && "Expected 'fast' FMF"); in emitReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp561 bool UnsafeDiv = HasUnsafeFPMath || FMF.isFast() || in visitFDiv()
DAMDGPULibCalls.cpp494 if (Op->isFast()) in isUnsafeMath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp553 if (I.isFast()) { in visitFMul()
DInstCombineCalls.cpp2233 if (II->isFast()) { in visitCallInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3025 if (FPOp->getFastMathFlags().isFast()) in isVectorReductionOp()
3075 if (!isa<PHINode>(FPOp) && !FPOp->getFastMathFlags().isFast()) in isVectorReductionOp()