Lines Matching refs:InstRWDef
639 for (Record *InstRWDef : InstRWDefs) { in collectSchedRW()
641 RecVec RWDefs = InstRWDef->getValueAsListOfDefs("OperandReadWrites"); in collectSchedRW()
1064 void CodeGenSchedModels::createInstRWClass(Record *InstRWDef) { in createInstRWClass() argument
1071 const RecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass()
1073 PrintFatalError(InstRWDef->getLoc(), "No matching instruction opcodes"); in createInstRWClass()
1100 Record *RWModelDef = InstRWDef->getValueAsDef("SchedModel"); in createInstRWClass()
1108 InstRWDef->getLoc(), in createInstRWClass()
1120 SchedClasses[OldSCIdx].InstRWs.push_back(InstRWDef); in createInstRWClass()
1129 << InstRWDef->getValueAsDef("SchedModel")->getName() in createInstRWClass()
1139 Record *RWModelDef = InstRWDef->getValueAsDef("SchedModel"); in createInstRWClass()
1144 InstRWDef->getLoc(), in createInstRWClass()
1151 assert(OldRWDef != InstRWDef && in createInstRWClass()
1159 SC.InstRWs.push_back(InstRWDef); in createInstRWClass()