Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFMF.h74 bool isFast() const { return all(); } in isFast() function
H A DOperator.h238 bool isFast() const { in isFast() function
H A DInstruction.h441 bool isFast() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1660 if (!CI->isFast()) in optimizeCAbs()
1769 if (BaseFn && BaseFn->hasOneUse() && BaseFn->isFast() && Pow->isFast()) { in replacePowWithExp()
2164 if (!Log->isFast() || !Arg || !Arg->isFast() || !Arg->hasOneUse()) in optimizeLog()
2314 if (!CI->isFast()) in optimizeSqrt()
2318 if (!I || I->getOpcode() != Instruction::FMul || !I->isFast()) in optimizeSqrt()
2340 if (OtherMul0 == OtherMul1 && cast<Instruction>(Op0)->isFast()) { in optimizeSqrt()
2386 if (!CI->isFast() || !OpC->isFast()) in optimizeTan()
3387 else if (isa<FPMathOperator>(CI) && CI->isFast()) in optimizeCall()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp249 bool Instruction::isFast() const { in isFast() function in Instruction
251 return cast<FPMathOperator>(this)->isFast(); in isFast()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2052 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter() argument
2053 if (isFast) in IncrementPasteCounter()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp574 EXPECT_TRUE(FAdd->isFast()); in TEST_F()
582 EXPECT_TRUE(FAdd->isFast()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp846 !I.isFast()) { in canVectorizeInstrs()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2483 if (!BinOp->isFast()) in getReductionType()
2495 if (!BinOp->isFast()) in getReductionType()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp448 if (Op->isFast()) in isUnsafeMath()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp655 if (I.isFast()) { in visitFMul()
H A DInstCombineCalls.cpp1834 if (II->isFast()) { in visitCallInst()