Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp604 for (const Record *InstRWDef : Records.getAllDerivedDefinitions("InstRW")) { in collectSchedRW() local
607 InstRWDef->getValueAsListOfDefs("OperandReadWrites")) { in collectSchedRW()
1001 void CodeGenSchedModels::createInstRWClass(const Record *InstRWDef) { in createInstRWClass() argument
1008 const ConstRecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass()
1010 PrintFatalError(InstRWDef->getLoc(), "No matching instruction opcodes"); in createInstRWClass()
1037 const Record *RWModelDef = InstRWDef->getValueAsDef("SchedModel"); in createInstRWClass()
1045 InstRWDef->getLoc(), in createInstRWClass()
1057 SchedClasses[OldSCIdx].InstRWs.push_back(InstRWDef); in createInstRWClass()
1066 << InstRWDef->getValueAsDef("SchedModel")->getName() in createInstRWClass()
1076 const Record *RWModelDef = InstRWDef->getValueAsDef("SchedModel"); in createInstRWClass()
[all …]
H A DCodeGenSchedule.h595 void createInstRWClass(const Record *InstRWDef);