Home
last modified time | relevance | path

Searched refs:StoreGroups (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp101 InstrGroupList &StoreGroups);
210 InstrGroupList &StoreGroups) { in createStoreGroups() argument
232 StoreGroups.push_back(G); in createStoreGroups()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp900 SmallSetVector<InterleaveGroup<Instruction> *, 4> StoreGroups; in analyzeInterleaving() local
934 StoreGroups.insert(Group); in analyzeInterleaving()
974 StoreGroups.remove(StoreGroup); in analyzeInterleaving()
1052 for (auto *Group : StoreGroups) in analyzeInterleaving()