Searched refs:LoadQueue (Results 1 – 6 of 6) sorted by relevance
253 Record *LoadQueue; member259 RetireControlUnit(nullptr), LoadQueue(nullptr), StoreQueue(nullptr) {} in CodeGenProcModel()270 return RetireControlUnit || LoadQueue || StoreQueue || in hasExtraProcessorInfo()
482 if (PM.LoadQueue) { in collectLoadStoreQueueInfo()485 PrintNote(PM.LoadQueue->getLoc(), in collectLoadStoreQueueInfo()489 PM.LoadQueue = Queue; in collectLoadStoreQueueInfo()496 PrintNote(PM.LoadQueue->getLoc(), in collectLoadStoreQueueInfo()
729 if (ProcModel.LoadQueue) { in EmitLoadStoreQueueInfo()730 const Record *Queue = ProcModel.LoadQueue->getValueAsDef("QueueDescriptor"); in EmitLoadStoreQueueInfo()
573 class LoadQueue<ProcResourceKind LDQueue> : MemoryQueue<LDQueue>;
138 def PdLoadQueue : LoadQueue<PdLoad>;
377 def Zn3LoadQueue : LoadQueue<Zn3Load>;