Searched refs:LoadQueue (Results 1 – 7 of 7) sorted by relevance
256 Record *LoadQueue; member261 RetireControlUnit(nullptr), LoadQueue(nullptr), StoreQueue(nullptr) {} in CodeGenProcModel()272 return RetireControlUnit || LoadQueue || StoreQueue || in hasExtraProcessorInfo()
498 if (PM.LoadQueue) { in collectLoadStoreQueueInfo()500 PrintNote(PM.LoadQueue->getLoc(), in collectLoadStoreQueueInfo()504 PM.LoadQueue = Queue; in collectLoadStoreQueueInfo()
786 if (ProcModel.LoadQueue) { in EmitLoadStoreQueueInfo()787 const Record *Queue = ProcModel.LoadQueue->getValueAsDef("QueueDescriptor"); in EmitLoadStoreQueueInfo()
582 class LoadQueue<ProcResourceKind LDQueue> : MemoryQueue<LDQueue>;
138 def PdLoadQueue : LoadQueue<PdLoad>;
375 def Zn3LoadQueue : LoadQueue<Zn3Load>;
372 def Zn4LoadQueue : LoadQueue<Zn4Load>;