Searched refs:getRuntimePointerChecking (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 62 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in versionLoop() 183 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata() 283 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 324 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking() 326 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking() 402 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() 417 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
|
H A D | LoopVersioningLICM.cpp | 382 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions() 555 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run()
|
H A D | LoopDistribute.cpp | 499 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers() 792 const auto *RtPtrChecking = LAI->getRuntimePointerChecking(); in processLoop() 814 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 366 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function 367 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 643 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 1520 << (LAI->getRuntimePointerChecking()->Need in canVectorize()
|
H A D | LoopVectorize.cpp | 1874 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in Create() 3783 if (Legal->getRuntimePointerChecking()->Need) { in runtimeChecksRequired() 4000 if (Legal->getRuntimePointerChecking()->Need && TTI.hasBranchDivergence()) { in computeMaxVF() 5013 (VF.isScalar() && Legal->getRuntimePointerChecking()->Need); in selectInterleaveCount() 7325 if (LAI && !LAI->getRuntimePointerChecking()->getChecks().empty() && in executePlan() 7326 !LAI->getRuntimePointerChecking()->getDiffChecks()) { in executePlan() 7333 *LAI, LAI->getRuntimePointerChecking()->getChecks(), OrigLoop, LI, DT, in executePlan()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 3086 if (LAI->getRuntimePointerChecking()->getChecks().empty() && in clear()
|