Home
last modified time | relevance | path

Searched refs:RWDef (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp570 static void scanSchedRW(Record *RWDef, RecVec &RWDefs, in scanSchedRW() argument
572 if (!RWSet.insert(RWDef).second) in scanSchedRW()
574 RWDefs.push_back(RWDef); in scanSchedRW()
576 if (RWDef->isSubClassOf("WriteSequence")) { in scanSchedRW()
577 RecVec Seq = RWDef->getValueAsListOfDefs("Writes"); in scanSchedRW()
581 else if (RWDef->isSubClassOf("SchedVariant")) { in scanSchedRW()
583 RecVec Vars = RWDef->getValueAsListOfDefs("Variants"); in scanSchedRW()
623 for (Record *RWDef : RWDefs) { in collectSchedRW()
624 if (RWDef->isSubClassOf("SchedWrite")) in collectSchedRW()
625 scanSchedRW(RWDef, SWDefs, RWSet); in collectSchedRW()
[all …]
H A DSubtargetEmitter.cpp1064 Record *RWDef = nullptr; in GenSchedClassTables() local
1068 RWDef = RW; in GenSchedClassTables()
1072 if (RWDef) { in GenSchedClassTables()
1075 SchedModels.findRWs(RWDef->getValueAsListOfDefs("OperandReadWrites"), in GenSchedClassTables()