Searched refs:AddrList (Results 1 – 2 of 2) sorted by relevance
225 using AddrList = std::vector<AddrInfo>; typedef in __anoncba317990111::AlignVectors343 MoveList createLoadGroups(const AddrList &Group) const;344 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()1420 const AddrList &BaseInfos = AddrGroups.at(Move.Base); in realignGroup()1436 AddrList MoveInfos; in realignGroup()
2303 for (std::list<CombineInfo> &AddrList : MergeableInsts) { in addInstToMergeableList()2304 if (AddrList.front().InstClass == CI.InstClass && in addInstToMergeableList()2305 AddrList.front().IsAGPR == CI.IsAGPR && in addInstToMergeableList()2306 AddrList.front().hasSameBaseAddress(CI)) { in addInstToMergeableList()2307 AddrList.emplace_back(CI); in addInstToMergeableList()