HomeSort by relevance Sort by last modified time
    Searched defs:isConsecutiveAccess (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 89 bool isConsecutiveAccess(Value *A, Value *B);
225 // FIXME: Merge with llvm::isConsecutiveAccess
226 bool Vectorizer::isConsecutiveAccess(Value *A, Value *B) {
608 if (isConsecutiveAccess(Instrs[i], Instrs[j])) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 102 /// Vectorizer::isConsecutiveAccess. It's used for grouping instructions
149 bool isConsecutiveAccess(Value *A, Value *B);
294 // FIXME: Merge with llvm::isConsecutiveAccess
295 bool Vectorizer::isConsecutiveAccess(Value *A, Value *B) {
851 if (isConsecutiveAccess(Instrs[i], Instrs[j])) {
    [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]

Completed in 208 milliseconds