Home
last modified time | relevance | path

Searched refs:IsIndexLoopInvariant (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp753 if (State.VF.isVector() && IsPtrLoopInvariant && IsIndexLoopInvariant.all()) { in execute()
792 if (IsIndexLoopInvariant[I - 1]) in execute()
823 size_t IndicesNumber = IsIndexLoopInvariant.size(); in print()
825 O << "[" << (IsIndexLoopInvariant[I] ? "Inv" : "Var") << "]"; in print()
H A DVPlan.h986 SmallBitVector IsIndexLoopInvariant; variable
992 IsIndexLoopInvariant(GEP->getNumIndices(), false) {} in VPWidenGEPRecipe()
998 IsIndexLoopInvariant(GEP->getNumIndices(), false) { in VPWidenGEPRecipe()
1001 IsIndexLoopInvariant[Index.index()] = in VPWidenGEPRecipe()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h767 SmallBitVector IsIndexLoopInvariant; variable
772 IsIndexLoopInvariant(GEP->getNumIndices(), false) { in VPWidenGEPRecipe()
775 IsIndexLoopInvariant[Index.index()] = in VPWidenGEPRecipe()
H A DVPlan.cpp693 size_t IndicesNumber = IsIndexLoopInvariant.size(); in print()
695 O << "[" << (IsIndexLoopInvariant[I] ? "Inv" : "Var") << "]"; in print()
H A DLoopVectorize.cpp434 bool IsPtrLoopInvariant, SmallBitVector &IsIndexLoopInvariant);
4041 SmallBitVector &IsIndexLoopInvariant) { in widenGEP() argument
4048 if (VF > 1 && IsPtrLoopInvariant && IsIndexLoopInvariant.all()) { in widenGEP()
4087 if (IsIndexLoopInvariant[Index.index()]) in widenGEP()
7362 IsIndexLoopInvariant); in execute()