Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFMF.h74 bool isFast() const { return all(); } in isFast() function
H A DOperator.h241 bool isFast() const { in isFast() function
H A DInstruction.h464 bool isFast() const LLVM_READONLY;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1773 if (!CI->isFast()) in optimizeCAbs()
1881 if (BaseFn && BaseFn->hasOneUse() && BaseFn->isFast() && Pow->isFast()) { in replacePowWithExp()
2279 if (!Log->isFast() || !Arg || !Arg->isFast() || !Arg->hasOneUse()) in optimizeLog()
2430 if (!CI->isFast()) in optimizeSqrt()
2434 if (!I || I->getOpcode() != Instruction::FMul || !I->isFast()) in optimizeSqrt()
2456 if (OtherMul0 == OtherMul1 && cast<Instruction>(Op0)->isFast()) { in optimizeSqrt()
2502 if (!CI->isFast() || !OpC->isFast()) in optimizeTan()
3580 else if (isa<FPMathOperator>(CI) && CI->isFast()) in optimizeCall()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp299 bool Instruction::isFast() const { in isFast() function in Instruction
301 return cast<FPMathOperator>(this)->isFast(); in isFast()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp751 I1->isFast()) in isConditionalRdxPattern()
754 if (m_FMul(m_Value(Op1), m_Value(Op2)).match(I1) && (I1->isFast())) in isConditionalRdxPattern()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2199 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter() argument
2200 if (isFast) in IncrementPasteCounter()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp857 !I.isFast()) { in canVectorizeInstrs()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp449 if (Op->isFast()) in isUnsafeMath()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp740 if (I.isFast()) { in visitFMul()
H A DInstCombineCalls.cpp1924 if (II->isFast()) { in visitCallInst()