Lines Matching refs:getValueAsListOfDefs

172     if (!ModelKey->getValueAsListOfDefs("IID").empty())  in addProcModel()
189 RecVec Seq = RWDef->getValueAsListOfDefs("Writes"); in scanSchedRW()
195 RecVec Vars = RWDef->getValueAsListOfDefs("Variants"); in scanSchedRW()
198 RecVec Selected = (*VI)->getValueAsListOfDefs("Selected"); in scanSchedRW()
220 RecVec RWs = SchedDef->getValueAsListOfDefs("SchedRW"); in collectSchedRW()
234 RecVec RWDefs = (*OI)->getValueAsListOfDefs("OperandReadWrites"); in collectSchedRW()
249 RecVec RWDefs = (*II)->getValueAsListOfDefs("OperandReadWrites"); in collectSchedRW()
296 findRWs(WI->TheDef->getValueAsListOfDefs("Writes"), WI->Sequence, in collectSchedRW()
361 RecVec ValidWrites = ReadDef->getValueAsListOfDefs("ValidWrites"); in hasReadOfWrite()
514 findRWs(Inst->TheDef->getValueAsListOfDefs("SchedRW"), Writes, Reads); in collectSchedClasses()
571 findRWs((*RWI)->getValueAsListOfDefs("OperandReadWrites"), in collectSchedClasses()
783 RecVec ItinRecords = ProcModel.ItinsDef->getValueAsListOfDefs("IID"); in collectProcItins()
868 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses"); in inferFromItinClass()
877 findRWs((*II)->getValueAsListOfDefs("OperandReadWrites"), Writes, Reads); in inferFromItinClass()
900 findRWs(Rec->getValueAsListOfDefs("OperandReadWrites"), Writes, Reads); in inferFromInstRWs()
985 RecVec Variants = SchedRW.TheDef->getValueAsListOfDefs("Variants"); in mutuallyExclusive()
1063 const RecVec VarDefs = SchedRW.TheDef->getValueAsListOfDefs("Variants"); in getIntersectingVariants()
1083 const RecVec VarDefs = AliasRW.TheDef->getValueAsListOfDefs("Variants"); in getIntersectingVariants()
1152 RecVec SelectedDefs = VInfo.VarOrSeqDef->getValueAsListOfDefs("Selected"); in pushVariant()
1392 PM.ProcResourceDefs[i]->getValueAsListOfDefs("Resources"); in hasSuperGroup()
1412 PM.ProcResourceDefs[i]->getValueAsListOfDefs("Resources"); in verifyProcResourceGroups()
1417 PM.ProcResourceDefs[j]->getValueAsListOfDefs("Resources"); in verifyProcResourceGroups()
1453 findRWs((*RWI)->getValueAsListOfDefs("OperandReadWrites"), in collectProcResources()
1541 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses"); in collectItinProcResources()
1550 findRWs((*II)->getValueAsListOfDefs("OperandReadWrites"), Writes, Reads); in collectItinProcResources()
1687 RecVec ProcResDefs = ProcWriteResDef->getValueAsListOfDefs("ProcResources"); in addWriteRes()