Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp348 auto &Pointers = LAI->getRuntimePointerChecking()->Pointers; in instructionSafeForVersioning()
373 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
524 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run()
H A DLoopLoadElimination.cpp322 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking()
324 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking()
400 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
415 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
H A DLoopDistribute.cpp499 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/lib/Transforms/Utils/
H A DLoopVersioning.cpp61 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in versionLoop()
182 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata()
294 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h386 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
387 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h694 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1826 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in create()
3405 if (Legal->getRuntimePointerChecking()->Need) { in runtimeChecksRequired()
3629 if (Legal->getRuntimePointerChecking()->Need && TTI.hasBranchDivergence()) { in computeMaxVF()
4783 (VF.isScalar() && Legal->getRuntimePointerChecking()->Need); in selectInterleaveCount()
8323 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in buildVPlansWithVPRecipes()
8325 if (!LAI->getRuntimePointerChecking()->getChecks().empty() && in buildVPlansWithVPRecipes()
8326 !LAI->getRuntimePointerChecking()->getDiffChecks()) { in buildVPlansWithVPRecipes()
H A DLoopVectorizationLegality.cpp1884 << (LAI->getRuntimePointerChecking()->Need in canVectorize()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3097 if (LAI->getRuntimePointerChecking()->getChecks().empty() && in clear()