HomeSort by: relevance | last modified time | path
    Searched refs:getRuntimePointerChecking (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 357 const RuntimePointerChecking *getRuntimePointerChecking() const {
358 return LAI->getRuntimePointerChecking();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 62 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking();
183 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking();
283 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 314 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue;
316 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue;
391 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks();
406 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks));
LoopVersioningLICM.cpp 420 if (LAI->getRuntimePointerChecking()->getChecks().empty()) {
625 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(),
LoopDistribute.cpp 507 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking();
795 const auto *RtPtrChecking = LAI->getRuntimePointerChecking();
817 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 533 const RuntimePointerChecking *getRuntimePointerChecking() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 1204 << (LAI->getRuntimePointerChecking()->Need
LoopVectorize.cpp 1949 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking();
3328 Legal->getLAI()->getRuntimePointerChecking()->getChecks(), OrigLoop, LI,
5611 if (Legal->getRuntimePointerChecking()->Need) {
5775 if (Legal->getRuntimePointerChecking()->Need && TTI.hasBranchDivergence()) {
6423 (VF.isScalar() && Legal->getRuntimePointerChecking()->Need);

Completed in 76 milliseconds