Home
last modified time | relevance | path

Searched refs:couldPreventStoreLoadForward (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h324 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h326 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h327 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1100 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/
DLoopAccessAnalysis.cpp1290 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/
DLoopAccessAnalysis.cpp1678 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()