Lines Matching refs:getAllDerivedDefinitions

240   const RecVec Decls = Records.getAllDerivedDefinitions("STIPredicateDecl");  in checkSTIPredicates()
255 Records.getAllDerivedDefinitions("InstructionEquivalenceClass"); in checkSTIPredicates()
403 RecVec RV = Records.getAllDerivedDefinitions("STIPredicate"); in collectSTIPredicates()
439 RecVec MCPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in checkMCInstPredicates()
461 RecVec Units = Records.getAllDerivedDefinitions("RetireControlUnit"); in collectRetireControlUnits()
476 RecVec Queues = Records.getAllDerivedDefinitions("MemoryQueue"); in collectLoadStoreQueueInfo()
520 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor"); in collectProcModels()
619 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW()
633 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW()
648 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias"); in collectSchedRW()
705 } RecVec RWDefs = Records.getAllDerivedDefinitions("SchedReadWrite"); in collectSchedRW()
891 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses()
1201 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW()
1841 RecVec RegisterFileDefs = Records.getAllDerivedDefinitions("RegisterFile"); in collectRegisterFiles()
1882 ProcResourceDefs = Records.getAllDerivedDefinitions("ProcResourceUnits"); in collectProcResources()
1883 ProcResGroups = Records.getAllDerivedDefinitions("ProcResGroup"); in collectProcResources()
1908 RecVec WRDefs = Records.getAllDerivedDefinitions("WriteRes"); in collectProcResources()
1913 RecVec SWRDefs = Records.getAllDerivedDefinitions("SchedWriteRes"); in collectProcResources()
1918 RecVec RADefs = Records.getAllDerivedDefinitions("ReadAdvance"); in collectProcResources()
1923 RecVec SRADefs = Records.getAllDerivedDefinitions("SchedReadAdvance"); in collectProcResources()
1932 RecVec ProcResGroups = Records.getAllDerivedDefinitions("ProcResGroup"); in collectProcResources()
1941 for (Record *PRU : Records.getAllDerivedDefinitions("ProcResourceUnits")) { in collectProcResources()