Searched refs:couldPreventStoreLoadForward (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 324 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 326 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 327 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1100 bool MemoryDepChecker::couldPreventStoreLoadForward(uint64_t Distance, in couldPreventStoreLoadForward() function in MemoryDepChecker 1257 (couldPreventStoreLoadForward(Val.abs().getZExtValue(), TypeByteSize) || in isDependent() 1354 couldPreventStoreLoadForward(Distance, TypeByteSize)) in isDependent()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1290 bool MemoryDepChecker::couldPreventStoreLoadForward(uint64_t Distance, in couldPreventStoreLoadForward() function in MemoryDepChecker 1525 (couldPreventStoreLoadForward(Val.abs().getZExtValue(), TypeByteSize) || in isDependent() 1624 couldPreventStoreLoadForward(Distance, TypeByteSize)) in isDependent()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1678 bool MemoryDepChecker::couldPreventStoreLoadForward(uint64_t Distance, in couldPreventStoreLoadForward() function in MemoryDepChecker 1917 (couldPreventStoreLoadForward(Val.abs().getZExtValue(), TypeByteSize) || in isDependent() 2014 couldPreventStoreLoadForward(Distance, TypeByteSize)) in isDependent()
|