Home
last modified time | relevance | path

Searched refs:getNumRuntimePointerChecks (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp412 if (LAI->getNumRuntimePointerChecks() > in legalLoopInstructions()
421 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()) in legalLoopInstructions()
526 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()); in isLegalForVersioning()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp412 if (LAI->getNumRuntimePointerChecks() > in legalLoopInstructions()
421 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()) in legalLoopInstructions()
526 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()); in isLegalForVersioning()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp286 (LAI.getNumRuntimePointerChecks() || in runOnFunction()
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp281 if (LAI.getNumRuntimePointerChecks() || in runOnFunction()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp395 if (LAI->getNumRuntimePointerChecks() > in legalLoopInstructions()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp280 (LAI.getNumRuntimePointerChecks() || in runImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h536 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLoopAccessAnalysis.h596 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DLoopAccessAnalysis.h596 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h582 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLoopAccessAnalysis.h600 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLoopAccessAnalysis.h596 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h559 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp857 Requirements->addRuntimePointerChecks(LAI->getNumRuntimePointerChecks()); in canVectorizeMemory()
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4837 Requirements->addRuntimePointerChecks(LAI->getNumRuntimePointerChecks()); in canVectorizeMemory()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1922 LAI.getNumRuntimePointerChecks() > VectorizeMemoryCheckThreshold; in Create()