Searched refs:getRuntimePointerChecking (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 314 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking() 316 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking() 391 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() 406 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
|
H A D | LoopVersioningLICM.cpp | 407 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions() 595 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run()
|
H A D | LoopDistribute.cpp | 503 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()
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 361 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function 362 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 576 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 1357 << (LAI->getRuntimePointerChecking()->Need in canVectorize()
|
H A D | LoopVectorize.cpp | 1941 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in Create() 4832 if (Legal->getRuntimePointerChecking()->Need) { in runtimeChecksRequired() 5031 if (Legal->getRuntimePointerChecking()->Need && TTI.hasBranchDivergence()) { in computeMaxVF() 5823 (VF.isScalar() && Legal->getRuntimePointerChecking()->Need); in selectInterleaveCount() 7659 if (LAI && !LAI->getRuntimePointerChecking()->getChecks().empty() && in executePlan() 7660 !LAI->getRuntimePointerChecking()->getDiffChecks()) { in executePlan() 7667 *LAI, LAI->getRuntimePointerChecking()->getChecks(), OrigLoop, LI, DT, in executePlan()
|