Lines Matching refs:InstRWDef
612 for (Record *InstRWDef : InstRWDefs) { in collectSchedRW()
614 RecVec RWDefs = InstRWDef->getValueAsListOfDefs("OperandReadWrites"); in collectSchedRW()
1039 void CodeGenSchedModels::createInstRWClass(Record *InstRWDef) { in createInstRWClass() argument
1046 const RecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass()
1048 PrintFatalError(InstRWDef->getLoc(), "No matching instruction opcodes"); in createInstRWClass()
1075 Record *RWModelDef = InstRWDef->getValueAsDef("SchedModel"); in createInstRWClass()
1083 InstRWDef->getLoc(), in createInstRWClass()
1095 SchedClasses[OldSCIdx].InstRWs.push_back(InstRWDef); in createInstRWClass()
1104 << InstRWDef->getValueAsDef("SchedModel")->getName() in createInstRWClass()
1114 Record *RWModelDef = InstRWDef->getValueAsDef("SchedModel"); in createInstRWClass()
1119 InstRWDef->getLoc(), in createInstRWClass()
1126 assert(OldRWDef != InstRWDef && in createInstRWClass()
1134 SC.InstRWs.push_back(InstRWDef); in createInstRWClass()