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

  /external/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 42 typedef MapVector<Value *, StoreList> StoreListMap;
106 StoreListMap Stores;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 61 using StoreListMap = MapVector<Value *, StoreList>;
146 StoreListMap Stores;
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 93 typedef MapVector<Value *, StoreList> StoreListMap;
94 StoreListMap StoreRefsForMemset;
95 StoreListMap StoreRefsForMemsetPattern;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 137 using StoreListMap = MapVector<Value *, StoreList>;
139 StoreListMap StoreRefsForMemset;
140 StoreListMap StoreRefsForMemsetPattern;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 90 milliseconds