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/
H A 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/
H A DOperator.h213 bool isFast() const { return all(); } in isFast() function in llvm::FastMathFlags
317 bool isFast() const { in isFast() function in llvm::FPMathOperator
H A DInstruction.h404 bool isFast() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1368 if (!CI->isFast())
1497 if (BaseFn && BaseFn->hasOneUse() && BaseFn->isFast() && Pow->isFast()) {
1875 if (!Log->isFast() || !Arg || !Arg->isFast() || !Arg->hasOneUse())
2023 if (!CI->isFast())
2027 if (!I || I->getOpcode() != Instruction::FMul || !I->isFast())
2049 if (OtherMul0 == OtherMul1 && cast<Instruction>(Op0)->isFast()) {
2095 if (!CI->isFast() || !OpC->isFast())
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstruction.cpp194 bool Instruction::isFast() const { in isFast() function in Instruction
196 return cast<FPMathOperator>(this)->isFast(); in isFast()
H A DAutoUpgrade.cpp3521 if (CI->isFast()) in UpgradeIntrinsicCall()
3532 if (CI->isFast()) in UpgradeIntrinsicCall()
H A DAsmWriter.cpp1256 if (FPO->isFast()) in WriteOptimizationInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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/
H A 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())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h472 bool isFast() const { in isFast() function
991 bool isFast() { return Flags.isFast(); } in isFast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp778 !I.isFast()) { in canVectorizeInstrs()
H A DSLPVectorizer.cpp6290 cast<Instruction>(I->getOperand(0))->isFast();
6932 assert(Builder.getFastMathFlags().isFast() && "Expected 'fast' FMF");
/third_party/skia/src/core/
H A DSkBlurMF.cpp975 // things a bit in the !isFast case, too. in make_rect_blur()
986 bool isFast = insetRect.isSorted(); in make_rect_blur() local
995 uniform int isFast; // specialized in make_rect_blur()
999 if (bool(isFast)) { in make_rect_blur()
1039 "isFast", GrSkSLFP::Specialize<int>(isFast)); in make_rect_blur()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp561 bool UnsafeDiv = HasUnsafeFPMath || FMF.isFast() || in visitFDiv()
H A DAMDGPULibCalls.cpp494 if (Op->isFast()) in isUnsafeMath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp553 if (I.isFast()) { in visitFMul()
H A DInstCombineCalls.cpp2233 if (II->isFast()) { in visitCallInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3025 if (FPOp->getFastMathFlags().isFast()) in isVectorReductionOp()
3075 if (!isa<PHINode>(FPOp) && !FPOp->getFastMathFlags().isFast()) in isVectorReductionOp()

Completed in 72 milliseconds