Searched refs:getRuntimePointerChecking (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopVersioning.cpp | 61 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in versionLoop() 182 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata() 282 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 312 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking() 314 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking() 389 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() 404 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
|
| H A D | LoopVersioningLICM.cpp | 418 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions() 623 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in runOnLoop()
|
| H A D | LoopDistribute.cpp | 506 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers() 794 const auto *RtPtrChecking = LAI->getRuntimePointerChecking(); in processLoop() 816 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 371 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function 372 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 575 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 1335 << (LAI->getRuntimePointerChecking()->Need in canVectorize()
|
| H A D | LoopVectorize.cpp | 1907 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in Create() 4772 if (Legal->getRuntimePointerChecking()->Need) { in runtimeChecksRequired() 4971 if (Legal->getRuntimePointerChecking()->Need && TTI.hasBranchDivergence()) { in computeMaxVF() 5761 (VF.isScalar() && Legal->getRuntimePointerChecking()->Need); in selectInterleaveCount() 7568 if (LAI && !LAI->getRuntimePointerChecking()->getChecks().empty() && in executePlan() 7569 !LAI->getRuntimePointerChecking()->getDiffChecks()) { in executePlan() 7576 *LAI, LAI->getRuntimePointerChecking()->getChecks(), OrigLoop, LI, DT, in executePlan()
|