Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h73 bool isFast() const { return all(); } in isFast() function
H A DOperator.h241 bool isFast() const { in isFast() function
H A DInstruction.h562 bool isFast() const LLVM_READONLY;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1883 if (!CI->isFast()) in optimizeCAbs()
1991 if (BaseFn && BaseFn->hasOneUse() && BaseFn->isFast() && Pow->isFast()) { in replacePowWithExp()
2398 if (!Log->isFast() || !Arg || !Arg->isFast() || !Arg->hasOneUse()) in optimizeLog()
2553 if (!CI->isFast()) in optimizeSqrt()
2557 if (!I || I->getOpcode() != Instruction::FMul || !I->isFast()) in optimizeSqrt()
2579 if (OtherMul0 == OtherMul1 && cast<Instruction>(Op0)->isFast()) { in optimizeSqrt()
2625 if (!CI->isFast() || !OpC->isFast()) in optimizeTan()
3709 else if (isa<FPMathOperator>(CI) && CI->isFast()) in optimizeCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp494 bool Instruction::isFast() const { in isFast() function in Instruction
496 return cast<FPMathOperator>(this)->isFast(); in isFast()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp751 I1->isFast()) || in isConditionalRdxPattern()
752 (m_FMul(m_Value(Op1), m_Value(Op2)).match(I1) && (I1->isFast())) || in isConditionalRdxPattern()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2197 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter() argument
2198 if (isFast) in IncrementPasteCounter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1008 !I.isFast()) { in canVectorizeInstrs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp422 return UnsafeFPMath || FPOp->isFast(); in isUnsafeMath()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp800 if (I.isFast()) { in visitFMul()
H A DInstCombineCalls.cpp2356 if (II->isFast()) { in visitCallInst()