HomeSort by relevance Sort by last modified time
    Searched refs:StoreList (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 41 typedef SmallVector<StoreInst *, 8> StoreList;
42 typedef MapVector<Value *, StoreList> StoreListMap;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 60 using StoreList = SmallVector<StoreInst *, 8>;
61 using StoreListMap = MapVector<Value *, StoreList>;
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 92 typedef SmallVector<StoreInst *, 8> StoreList;
93 typedef MapVector<Value *, StoreList> StoreListMap;
96 StoreList StoreRefsForMemcpy;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 136 using StoreList = SmallVector<StoreInst *, 8>;
137 using StoreListMap = MapVector<Value *, StoreList>;
141 StoreList StoreRefsForMemcpy;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 646 SmallVector<StoreInst *, 16> StoreList;
755 for (StoreInst *SI : StoreList) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 797 SmallVector<StoreInst *, 16> StoreList;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 301 typedef SmallVector<StoreInst *, 8> StoreList;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 481 using StoreList = SmallVector<StoreInst *, 8>;
    [all...]

Completed in 145 milliseconds