Home
last modified time | relevance | path

Searched refs:StoreList (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h61 using StoreList = SmallVector<StoreInst *, 8>; member
62 using StoreListMap = MapVector<Value *, StoreList>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp139 using StoreList = SmallVector<StoreInst *, 8>; typedef in __anon109671ef0111::LoopIdiomRecognize
140 using StoreListMap = MapVector<Value *, StoreList>;
144 StoreList StoreRefsForMemcpy;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1050 SmallVector<StoreInst *, 16> StoreList; member
1161 for (StoreInst *SI : StoreList) { in materializeStores()
1319 InstrumentationList.size() + StoreList.size() > in runOnFunction()
1814 StoreList.push_back(&I); in visitStoreInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp534 using StoreList = SmallVector<StoreInst *, 8>; typedef in llvm::slpvectorizer::BoUpSLP