Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h766 bool IsPtrLoopInvariant; variable
773 IsPtrLoopInvariant = OrigLoop->isLoopInvariant(GEP->getPointerOperand()); in VPWidenGEPRecipe()
DVPlan.cpp692 O << (IsPtrLoopInvariant ? "Inv" : "Var"); in print()
DLoopVectorize.cpp434 bool IsPtrLoopInvariant, SmallBitVector &IsIndexLoopInvariant);
4040 unsigned VF, bool IsPtrLoopInvariant, in widenGEP() argument
4048 if (VF > 1 && IsPtrLoopInvariant && IsIndexLoopInvariant.all()) { in widenGEP()
4078 auto *Ptr = IsPtrLoopInvariant in widenGEP()
7361 State.ILV->widenGEP(GEP, State.UF, State.VF, IsPtrLoopInvariant, in execute()