Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h331 bool isFixedOrderRecurrence(const PHINode *Phi) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h194 static bool isFixedOrderRecurrence(PHINode *Phi, Loop *TheLoop,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp870 if (RecurrenceDescriptor::isFixedOrderRecurrence(Phi, TheLoop, DT)) { in canVectorizeInstrs()
1239 bool LoopVectorizationLegality::isFixedOrderRecurrence( in isFixedOrderRecurrence() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp4372 if (OP && Legal->isFixedOrderRecurrence(OP)) in collectLoopUniforms()
5108 [&](PHINode &Phi) { return Legal->isFixedOrderRecurrence(&Phi); })) in isCandidateForEpilogueVectorization()
6936 if (VF.isVector() && Legal->isFixedOrderRecurrence(Phi)) { in getInstructionCost()
8526 Legal->isFixedOrderRecurrence(Phi)) && in tryToCreateWidenRecipe()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp948 bool RecurrenceDescriptor::isFixedOrderRecurrence(PHINode *Phi, Loop *TheLoop, in isFixedOrderRecurrence() function in RecurrenceDescriptor