Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h322 bool isFirstOrderRecurrence(const PHINode *Phi);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h176 isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp669 if (RecurrenceDescriptor::isFirstOrderRecurrence(Phi, TheLoop, in canVectorizeInstrs()
905 bool LoopVectorizationLegality::isFirstOrderRecurrence(const PHINode *Phi) { in isFirstOrderRecurrence() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp4126 } else if (Legal->isFirstOrderRecurrence(OrigPhi)) in fixCrossIterationPHIs()
4743 if (RdxDesc || Legal->isFirstOrderRecurrence(P)) { in widenPHIInstruction()
5556 if (OP && Legal->isFirstOrderRecurrence(OP)) in collectLoopUniforms()
6102 return Legal->isFirstOrderRecurrence(&Phi) || in isCandidateForEpilogueVectorization()
7532 if (VF.isVector() && Legal->isFirstOrderRecurrence(Phi)) in getInstructionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp716 bool RecurrenceDescriptor::isFirstOrderRecurrence( in isFirstOrderRecurrence() function in RecurrenceDescriptor