Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h964 bool IsPtrLoopInvariant; variable
980 IsPtrLoopInvariant = OrigLoop->isLoopInvariant(GEP->getPointerOperand()); in VPWidenGEPRecipe()
H A DVPlan.cpp1114 O << (IsPtrLoopInvariant ? "Inv" : "Var"); in print()
H A DLoopVectorize.cpp503 unsigned UF, ElementCount VF, bool IsPtrLoopInvariant,
4627 ElementCount VF, bool IsPtrLoopInvariant, in widenGEP() argument
4636 if (VF.isVector() && IsPtrLoopInvariant && IsIndexLoopInvariant.all()) { in widenGEP()
4666 auto *Ptr = IsPtrLoopInvariant in widenGEP()
9590 *this, State.UF, State.VF, IsPtrLoopInvariant, in execute()