Lines Matching refs:getAllDerivedDefinitions

258   const RecVec Decls = Records.getAllDerivedDefinitions("STIPredicateDecl");  in checkSTIPredicates()
273 Records.getAllDerivedDefinitions("InstructionEquivalenceClass"); in checkSTIPredicates()
420 RecVec RV = Records.getAllDerivedDefinitions("STIPredicate"); in collectSTIPredicates()
456 RecVec MCPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in checkMCInstPredicates()
478 RecVec Units = Records.getAllDerivedDefinitions("RetireControlUnit"); in collectRetireControlUnits()
493 RecVec Queues = Records.getAllDerivedDefinitions("MemoryQueue"); in collectLoadStoreQueueInfo()
535 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor"); in collectProcModels()
633 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW()
647 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW()
662 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias"); in collectSchedRW()
718 } RecVec RWDefs = Records.getAllDerivedDefinitions("SchedReadWrite"); in collectSchedRW()
890 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses()
1197 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW()
1836 RecVec RegisterFileDefs = Records.getAllDerivedDefinitions("RegisterFile"); in collectRegisterFiles()
1877 ProcResourceDefs = Records.getAllDerivedDefinitions("ProcResourceUnits"); in collectProcResources()
1878 ProcResGroups = Records.getAllDerivedDefinitions("ProcResGroup"); in collectProcResources()
1903 RecVec WRDefs = Records.getAllDerivedDefinitions("WriteRes"); in collectProcResources()
1908 RecVec SWRDefs = Records.getAllDerivedDefinitions("SchedWriteRes"); in collectProcResources()
1913 RecVec RADefs = Records.getAllDerivedDefinitions("ReadAdvance"); in collectProcResources()
1918 RecVec SRADefs = Records.getAllDerivedDefinitions("SchedReadAdvance"); in collectProcResources()
1927 RecVec ProcResGroups = Records.getAllDerivedDefinitions("ProcResGroup"); in collectProcResources()
1936 for (Record *PRU : Records.getAllDerivedDefinitions("ProcResourceUnits")) { in collectProcResources()