reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
246 return Index && (Groups.find(Index) != Groups.end()); 246 return Index && (Groups.find(Index) != Groups.end()); 280 return *Groups.find(Index)->second; 285 return *Groups.find(Index)->second; 289 Groups.insert( 304 Groups[GroupID]->onInstructionIssued(IR);lib/MCA/HardwareUnits/LSUnit.cpp
45 for (const std::pair<unsigned, std::unique_ptr<MemoryGroup>> &G : Groups) 56 for (const auto &GroupIt : Groups) { 164 auto It = Groups.find(GroupID); 165 assert(It != Groups.end() && "Instruction not dispatched to the LS unit"); 168 Groups.erase(It);