Searched refs:getLAI (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 370 const LoopAccessInfo *getLAI() const { return LAI; } in getLAI() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3802 if (!Legal->getLAI()->getSymbolicStrides().empty()) { in runtimeChecksRequired() 7323 const LoopAccessInfo *LAI = ILV.Legal->getLAI(); in executePlan() 8665 for (auto [_, Stride] : Legal->getLAI()->getSymbolicStrides()) { in tryToBuildVPlanWithVPRecipes() 9442 InterleavedAccessInfo IAI(PSE, L, DT, LI, LVL->getLAI()); in processLoopInVPlanNativePath() 9704 InterleavedAccessInfo IAI(PSE, L, DT, LI, LVL.getLAI()); in processLoop() 9829 Checks.Create(L, *LVL.getLAI(), PSE.getPredicate(), VF.Width, SelectedIC); in processLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 2428 return canTailPredicateLoop(L, LI, *SE, DL, LVL->getLAI()); in preferPredicateOverEpilogue()
|