Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h940 bool IsPtrLoopInvariant; variable
956 IsPtrLoopInvariant = OrigLoop->isLoopInvariant(GEP->getPointerOperand()); in VPWidenGEPRecipe()
H A DVPlan.cpp1016 O << (IsPtrLoopInvariant ? "Inv" : "Var"); in print()
H A DLoopVectorize.cpp511 unsigned UF, ElementCount VF, bool IsPtrLoopInvariant,
4645 ElementCount VF, bool IsPtrLoopInvariant, in widenGEP() argument
4654 if (VF.isVector() && IsPtrLoopInvariant && IsIndexLoopInvariant.all()) { in widenGEP()
4684 auto *Ptr = IsPtrLoopInvariant in widenGEP()
9394 *this, State.UF, State.VF, IsPtrLoopInvariant, in execute()