Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h73 bool isFast() const { return all(); } in isFast() function
H A DOperator.h273 bool isFast() const {
H A DInstruction.h597 bool isFast() const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1966 if (!CI->isFast()) in optimizeCAbs()
2001 if (!CI->isFast()) in optimizeCAbs()
2060 if (BaseFn && BaseFn->hasOneUse() && BaseFn->isFast() && Pow->isFast()) { in replacePowWithExp()
2492 if (!Log->isFast() || !Arg || !Arg->isFast() || !Arg->hasOneUse()) in optimizeLog()
2712 if (!CI->isFast()) in optimizeSqrt()
2716 if (!I || I->getOpcode() != Instruction::FMul || !I->isFast()) in optimizeSqrt()
2738 if (OtherMul0 == OtherMul1 && cast<Instruction>(Op0)->isFast()) { in optimizeSqrt()
2786 if (!CI->isFast() || !OpC->isFast()) in optimizeTrigInversionPairs()
3959 else if (isa<FPMathOperator>(CI) && CI->isFast()) in optimizeCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp570 bool Instruction::isFast() const { in isFast() function in Instruction
572 return cast<FPMathOperator>(this)->isFast(); in isFast()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp750 I1->isFast()) || in isConditionalRdxPattern()
751 (m_FMul(m_Value(Op1), m_Value(Op2)).match(I1) && (I1->isFast())) || in isConditionalRdxPattern()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2223 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter() argument
2224 if (isFast) in IncrementPasteCounter()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1008 !I.isFast()) { in canVectorizeInstrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp423 return UnsafeFPMath || FPOp->isFast(); in isUnsafeMath()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp937 if (I.isFast()) { in visitFMul()