Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp91 InstrGroupList &StoreGroups);
210 InstrGroupList &StoreGroups) { in createStoreGroups() argument
232 StoreGroups.push_back(G); in createStoreGroups()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp101 InstrGroupList &StoreGroups);
210 InstrGroupList &StoreGroups) { in createStoreGroups() argument
232 StoreGroups.push_back(G); in createStoreGroups()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5018 SmallSetVector<InterleaveGroup *, 4> StoreGroups; in analyzeInterleaving() local
5043 StoreGroups.insert(Group); in analyzeInterleaving()
5080 StoreGroups.remove(StoreGroup); in analyzeInterleaving()
5142 for (InterleaveGroup *Group : StoreGroups) in analyzeInterleaving()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4676 SmallSetVector<InterleaveGroup *, 4> StoreGroups; in analyzeInterleaving() local
4709 StoreGroups.insert(Group); in analyzeInterleaving()
4745 StoreGroups.remove(StoreGroup); in analyzeInterleaving()
4821 for (InterleaveGroup *Group : StoreGroups) in analyzeInterleaving()