Home
last modified time | relevance | path

Searched refs:LoopDataPrefetch (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp68 class LoopDataPrefetch : public FunctionPass { class
71 LoopDataPrefetch() : FunctionPass(ID) { in LoopDataPrefetch() function in __anonfe0fdcba0111::LoopDataPrefetch
122 char LoopDataPrefetch::ID = 0;
123 INITIALIZE_PASS_BEGIN(LoopDataPrefetch, "loop-data-prefetch",
129 INITIALIZE_PASS_END(LoopDataPrefetch, "loop-data-prefetch", in INITIALIZE_PASS_DEPENDENCY()
132 FunctionPass *llvm::createLoopDataPrefetchPass() { return new LoopDataPrefetch(); } in INITIALIZE_PASS_DEPENDENCY()
134 bool LoopDataPrefetch::isStrideLargeEnough(const SCEVAddRecExpr *AR) { in isStrideLargeEnough()
150 bool LoopDataPrefetch::runOnFunction(Function &F) { in runOnFunction()
176 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop()
DCMakeLists.txt21 LoopDataPrefetch.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp62 class LoopDataPrefetch { class
64 LoopDataPrefetch(AssumptionCache *AC, LoopInfo *LI, ScalarEvolution *SE, in LoopDataPrefetch() function in __anoncf1c8e5c0111::LoopDataPrefetch
141 bool LoopDataPrefetch::isStrideLargeEnough(const SCEVAddRecExpr *AR) { in isStrideLargeEnough()
166 LoopDataPrefetch LDP(AC, LI, SE, TTI, ORE); in run()
192 LoopDataPrefetch LDP(AC, LI, SE, TTI, ORE); in runOnFunction()
196 bool LoopDataPrefetch::run() { in run()
213 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop()
DCMakeLists.txt29 LoopDataPrefetch.cpp
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp62 class LoopDataPrefetch { class
64 LoopDataPrefetch(AssumptionCache *AC, DominatorTree *DT, LoopInfo *LI, in LoopDataPrefetch() function in __anon475eb0480111::LoopDataPrefetch
153 bool LoopDataPrefetch::isStrideLargeEnough(const SCEVAddRecExpr *AR, in isStrideLargeEnough()
179 LoopDataPrefetch LDP(AC, DT, LI, SE, TTI, ORE); in run()
206 LoopDataPrefetch LDP(AC, DT, LI, SE, TTI, ORE); in runOnFunction()
210 bool LoopDataPrefetch::run() { in run()
270 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop()
DCMakeLists.txt30 LoopDataPrefetch.cpp
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/
DBUILD.gn39 "LoopDataPrefetch.cpp",
/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp736 "llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp",
DBUILD.gn967 "llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp",
DCMakeLists.txt740 ${LLVM_DIR}/lib/Transforms/Scalar/LoopDataPrefetch.cpp