Home
last modified time | relevance | path

Searched refs:isReductionVariable (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h276 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); } in isReductionVariable() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1395 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); } in isReductionVariable() function in __anon63bf7e8f0111::LoopVectorizationLegality
3512 assert(Legal->isReductionVariable(Phi) && in vectorizeLoop()
3963 if (Legal->isReductionVariable(P) || Legal->isFirstOrderRecurrence(P)) { in widenPHIInstruction()
5348 if (!Legal->isReductionVariable(PN)) in getSmallestAndWidestTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3374 else if (Legal->isReductionVariable(&Phi)) in fixCrossIterationPHIs()
3551 assert(Legal->isReductionVariable(Phi) && in fixReduction()
3804 if (Legal->isReductionVariable(P) || Legal->isFirstOrderRecurrence(P)) { in widenPHIInstruction()
5104 if (!Legal->isReductionVariable(PN)) in getSmallestAndWidestTypes()