Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h289 bool isFirstOrderRecurrence(const PHINode *Phi);
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h194 isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop,
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp688 if (RecurrenceDescriptor::isFirstOrderRecurrence(Phi, TheLoop, in canVectorizeInstrs()
873 bool LoopVectorizationLegality::isFirstOrderRecurrence(const PHINode *Phi) { in isFirstOrderRecurrence() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp3311 if (Legal->isFirstOrderRecurrence(&Phi)) in fixCrossIterationPHIs()
3804 if (Legal->isReductionVariable(P) || Legal->isFirstOrderRecurrence(P)) { in widenPHIInstruction()
4559 if (OP && Legal->isFirstOrderRecurrence(OP)) in collectLoopUniforms()
5842 if (VF > 1 && Legal->isFirstOrderRecurrence(Phi)) in getInstructionCost()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp666 bool RecurrenceDescriptor::isFirstOrderRecurrence( in isFirstOrderRecurrence() function in RecurrenceDescriptor