Home
last modified time | relevance | path

Searched refs:isFirstOrderRecurrence (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h177 isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h327 bool isFirstOrderRecurrence(const PHINode *Phi);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp685 if (RecurrenceDescriptor::isFirstOrderRecurrence(Phi, TheLoop, in canVectorizeInstrs()
948 bool LoopVectorizationLegality::isFirstOrderRecurrence(const PHINode *Phi) { in isFirstOrderRecurrence() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp5496 if (OP && Legal->isFirstOrderRecurrence(OP)) in collectLoopUniforms()
6133 return Legal->isFirstOrderRecurrence(&Phi) || in isCandidateForEpilogueVectorization()
7615 if (VF.isVector() && Legal->isFirstOrderRecurrence(Phi)) in getInstructionCost()
9054 if (Legal->isReductionVariable(Phi) || Legal->isFirstOrderRecurrence(Phi)) { in tryToCreateWidenRecipe()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp717 bool RecurrenceDescriptor::isFirstOrderRecurrence( in isFirstOrderRecurrence() function in RecurrenceDescriptor