Searched refs:AddrList (Results 1 – 2 of 2) sorted by relevance
224 using AddrList = std::vector<AddrInfo>; typedef in __anoncba317990111::AlignVectors344 MoveList createLoadGroups(const AddrList &Group) const;345 MoveList createStoreGroups(const AddrList &Group) const;363 std::map<Instruction *, AddrList> AddrGroups;872 AddrList WorkStack; in createAddressGroups()923 auto AlignVectors::createLoadGroups(const AddrList &Group) const -> MoveList { in createLoadGroups()978 auto AlignVectors::createStoreGroups(const AddrList &Group) const -> MoveList { in createStoreGroups()1419 const AddrList &BaseInfos = AddrGroups.at(Move.Base); in realignGroup()1435 AddrList MoveInfos; in realignGroup()
2233 for (std::list<CombineInfo> &AddrList : MergeableInsts) { in addInstToMergeableList()2234 if (AddrList.front().InstClass == CI.InstClass && in addInstToMergeableList()2235 AddrList.front().IsAGPR == CI.IsAGPR && in addInstToMergeableList()2236 AddrList.front().hasSameBaseAddress(CI)) { in addInstToMergeableList()2237 AddrList.emplace_back(CI); in addInstToMergeableList()