Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp562 static void scanSchedRW(Record *RWDef, RecVec &RWDefs, in scanSchedRW() argument
564 if (!RWSet.insert(RWDef).second) in scanSchedRW()
566 RWDefs.push_back(RWDef); in scanSchedRW()
568 if (RWDef->isSubClassOf("WriteSequence")) { in scanSchedRW()
569 RecVec Seq = RWDef->getValueAsListOfDefs("Writes"); in scanSchedRW()
573 else if (RWDef->isSubClassOf("SchedVariant")) { in scanSchedRW()
575 RecVec Vars = RWDef->getValueAsListOfDefs("Variants"); in scanSchedRW()
615 for (Record *RWDef : RWDefs) { in collectSchedRW()
616 if (RWDef->isSubClassOf("SchedWrite")) in collectSchedRW()
617 scanSchedRW(RWDef, SWDefs, RWSet); in collectSchedRW()
[all …]
H A DSubtargetEmitter.cpp1028 Record *RWDef = nullptr; in GenSchedClassTables() local
1032 RWDef = RW; in GenSchedClassTables()
1036 if (RWDef) { in GenSchedClassTables()
1039 SchedModels.findRWs(RWDef->getValueAsListOfDefs("OperandReadWrites"), in GenSchedClassTables()