Searched refs:getRuntimePointerChecking (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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 | 420 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions() 625 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in runOnLoop()
|
H A D | LoopDistribute.cpp | 507 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 D | LoopVectorizationLegality.h | 357 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 D | LoopAccessAnalysis.h | 533 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 1204 << (LAI->getRuntimePointerChecking()->Need in canVectorize()
|
H A D | LoopVectorize.cpp | 1949 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()
|