Lines Matching refs:InstRWDef
620 for (Record *InstRWDef : InstRWDefs) { in collectSchedRW()
622 RecVec RWDefs = InstRWDef->getValueAsListOfDefs("OperandReadWrites"); in collectSchedRW()
1047 void CodeGenSchedModels::createInstRWClass(Record *InstRWDef) { in createInstRWClass() argument
1054 const RecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass()
1056 PrintFatalError(InstRWDef->getLoc(), "No matching instruction opcodes"); in createInstRWClass()
1083 Record *RWModelDef = InstRWDef->getValueAsDef("SchedModel"); in createInstRWClass()
1091 InstRWDef->getLoc(), in createInstRWClass()
1103 SchedClasses[OldSCIdx].InstRWs.push_back(InstRWDef); in createInstRWClass()
1112 << InstRWDef->getValueAsDef("SchedModel")->getName() in createInstRWClass()
1122 Record *RWModelDef = InstRWDef->getValueAsDef("SchedModel"); in createInstRWClass()
1127 InstRWDef->getLoc(), in createInstRWClass()
1134 assert(OldRWDef != InstRWDef && in createInstRWClass()
1142 SC.InstRWs.push_back(InstRWDef); in createInstRWClass()