HomeSort by: relevance | last modified time | path
    Searched refs:LoadQueue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.h 253 Record *LoadQueue;
259 RetireControlUnit(nullptr), LoadQueue(nullptr), StoreQueue(nullptr) {}
270 return RetireControlUnit || LoadQueue || StoreQueue ||
CodeGenSchedule.cpp 481 if (Queue->isSubClassOf("LoadQueue")) {
482 if (PM.LoadQueue) {
484 "Expected a single LoadQueue definition");
485 PrintNote(PM.LoadQueue->getLoc(),
486 "Previous definition of LoadQueue was here");
489 PM.LoadQueue = Queue;
496 PrintNote(PM.LoadQueue->getLoc(),
SubtargetEmitter.cpp 729 if (ProcModel.LoadQueue) {
730 const Record *Queue = ProcModel.LoadQueue->getValueAsDef("QueueDescriptor");

Completed in 17 milliseconds