/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 276 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking() 278 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking() 355 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() 369 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
|
H A D | LoopDistribute.cpp | 453 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers() 715 const auto *RtPtrChecking = LAI->getRuntimePointerChecking(); in processLoop() 722 DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
|
H A D | LoopVersioningLICM.cpp | 390 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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() 393 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() 408 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
|
H A D | LoopDistribute.cpp | 508 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers() 800 const auto *RtPtrChecking = LAI->getRuntimePointerChecking(); in processLoop() 816 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
|
H A D | LoopVersioningLICM.cpp | 407 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 | 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()
|
H A D | LoopVersioningLICM.cpp | 407 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions() 595 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 291 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function 292 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Vectorize/ |
D | LoopVectorizationLegality.h | 363 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function 364 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Vectorize/ |
D | LoopVectorizationLegality.h | 363 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function 364 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Vectorize/ |
D | LoopVectorizationLegality.h | 363 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function 364 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 361 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function 362 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Vectorize/ |
D | LoopVectorizationLegality.h | 363 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function 364 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 42 setAliasChecks(LAI.getRuntimePointerChecking()->getChecks()); in LoopVersioning() 177 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata()
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 41 setAliasChecks(LAI.getRuntimePointerChecking()->getChecks()); in LoopVersioning() 173 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 530 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 590 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 590 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 576 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 594 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 590 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 553 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
|