Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h279 bool isFirstOrderRecurrence(const PHINode *Phi);
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h183 static bool isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp636 if (RecurrenceDescriptor::isFirstOrderRecurrence(Phi, TheLoop, in canVectorizeInstrs()
788 bool LoopVectorizationLegality::isFirstOrderRecurrence(const PHINode *Phi) { in isFirstOrderRecurrence() function in llvm::LoopVectorizationLegality
DLoopVectorize.cpp3372 if (Legal->isFirstOrderRecurrence(&Phi)) in fixCrossIterationPHIs()
3804 if (Legal->isReductionVariable(P) || Legal->isFirstOrderRecurrence(P)) { in widenPHIInstruction()
4516 if (OP && Legal->isFirstOrderRecurrence(OP)) in collectLoopUniforms()
6035 if (VF > 1 && Legal->isFirstOrderRecurrence(Phi)) in getInstructionCost()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h194 isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop,
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp522 bool RecurrenceDescriptor::isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop, in isFirstOrderRecurrence() function in RecurrenceDescriptor
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1398 bool isFirstOrderRecurrence(const PHINode *Phi);
3505 if (Legal->isFirstOrderRecurrence(Phi)) { in vectorizeLoop()
3963 if (Legal->isReductionVariable(P) || Legal->isFirstOrderRecurrence(P)) { in widenPHIInstruction()
4632 if (RecurrenceDescriptor::isFirstOrderRecurrence(Phi, TheLoop, DT)) { in canVectorizeInstrs()
4852 bool LoopVectorizationLegality::isFirstOrderRecurrence(const PHINode *Phi) { in isFirstOrderRecurrence() function in LoopVectorizationLegality
5837 if (VF > 1 && Legal->isFirstOrderRecurrence(Phi)) in getInstructionCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp606 bool RecurrenceDescriptor::isFirstOrderRecurrence( in isFirstOrderRecurrence() function in RecurrenceDescriptor