Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h335 bool isFixedOrderRecurrence(const PHINode *Phi) const;
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h194 isFixedOrderRecurrence(PHINode *Phi, Loop *TheLoop,
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp724 if (RecurrenceDescriptor::isFixedOrderRecurrence(Phi, TheLoop, in canVectorizeInstrs()
1100 bool LoopVectorizationLegality::isFixedOrderRecurrence( in isFixedOrderRecurrence() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp4777 if (OP && Legal->isFixedOrderRecurrence(OP)) in collectLoopUniforms()
5471 [&](PHINode &Phi) { return Legal->isFixedOrderRecurrence(&Phi); })) in isCandidateForEpilogueVectorization()
7097 if (VF.isVector() && Legal->isFixedOrderRecurrence(Phi)) { in getInstructionCost()
8609 Legal->isFixedOrderRecurrence(Phi)) && in tryToCreateWidenRecipe()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp924 bool RecurrenceDescriptor::isFixedOrderRecurrence( in isFixedOrderRecurrence() function in RecurrenceDescriptor