Lines Matching refs:getAllDerivedDefinitions

241   const RecVec Decls = Records.getAllDerivedDefinitions("STIPredicateDecl");  in checkSTIPredicates()
256 Records.getAllDerivedDefinitions("InstructionEquivalenceClass"); in checkSTIPredicates()
404 RecVec RV = Records.getAllDerivedDefinitions("STIPredicate"); in collectSTIPredicates()
440 RecVec MCPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in checkMCInstPredicates()
462 RecVec Units = Records.getAllDerivedDefinitions("RetireControlUnit"); in collectRetireControlUnits()
477 RecVec Queues = Records.getAllDerivedDefinitions("MemoryQueue"); in collectLoadStoreQueueInfo()
521 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor"); in collectProcModels()
611 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW()
625 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW()
640 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias"); in collectSchedRW()
697 } RecVec RWDefs = Records.getAllDerivedDefinitions("SchedReadWrite"); in collectSchedRW()
883 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses()
1193 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW()
1833 RecVec RegisterFileDefs = Records.getAllDerivedDefinitions("RegisterFile"); in collectRegisterFiles()
1874 ProcResourceDefs = Records.getAllDerivedDefinitions("ProcResourceUnits"); in collectProcResources()
1875 ProcResGroups = Records.getAllDerivedDefinitions("ProcResGroup"); in collectProcResources()
1900 RecVec WRDefs = Records.getAllDerivedDefinitions("WriteRes"); in collectProcResources()
1905 RecVec SWRDefs = Records.getAllDerivedDefinitions("SchedWriteRes"); in collectProcResources()
1910 RecVec RADefs = Records.getAllDerivedDefinitions("ReadAdvance"); in collectProcResources()
1915 RecVec SRADefs = Records.getAllDerivedDefinitions("SchedReadAdvance"); in collectProcResources()
1924 RecVec ProcResGroups = Records.getAllDerivedDefinitions("ProcResGroup"); in collectProcResources()
1933 for (Record *PRU : Records.getAllDerivedDefinitions("ProcResourceUnits")) { in collectProcResources()