Searched refs:AddrList (Results 1 – 2 of 2) sorted by relevance
163 using AddrList = std::vector<AddrInfo>; typedef in __anon2c83e0c90111::AlignVectors242 MoveList createLoadGroups(const AddrList &Group) const;243 MoveList createStoreGroups(const AddrList &Group) const;251 std::map<Instruction *, AddrList> AddrGroups;497 AddrList WorkStack; in createAddressGroups()548 auto AlignVectors::createLoadGroups(const AddrList &Group) const -> MoveList { in createLoadGroups()617 auto AlignVectors::createStoreGroups(const AddrList &Group) const -> MoveList { in createStoreGroups()700 const AddrList &BaseInfos = AddrGroups.at(Move.Base); in realignGroup()716 AddrList MoveInfos; in realignGroup()
2123 for (std::list<CombineInfo> &AddrList : MergeableInsts) { in addInstToMergeableList()2124 if (AddrList.front().InstClass == CI.InstClass && in addInstToMergeableList()2125 AddrList.front().IsAGPR == CI.IsAGPR && in addInstToMergeableList()2126 AddrList.front().hasSameBaseAddress(*CI.I)) { in addInstToMergeableList()2127 AddrList.emplace_back(CI); in addInstToMergeableList()