Home
last modified time | relevance | path

Searched refs:getRuntimePointerChecking (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp62 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp314 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 DLoopVersioningLICM.cpp420 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
625 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in runOnLoop()
H A DLoopDistribute.cpp507 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers()
795 const auto *RtPtrChecking = LAI->getRuntimePointerChecking(); in processLoop()
817 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h357 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
358 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h533 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1204 << (LAI->getRuntimePointerChecking()->Need in canVectorize()
H A DLoopVectorize.cpp1949 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in Create()
3328 Legal->getLAI()->getRuntimePointerChecking()->getChecks(), OrigLoop, LI, in emitMemRuntimeChecks()
5611 if (Legal->getRuntimePointerChecking()->Need) { in runtimeChecksRequired()
5775 if (Legal->getRuntimePointerChecking()->Need && TTI.hasBranchDivergence()) { in computeMaxVF()
6423 (VF.isScalar() && Legal->getRuntimePointerChecking()->Need); in selectInterleaveCount()