Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1001 for (const Record *InstDef : InstDefs) { in createSchedClassName()
1054 const RecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass() local
1055 if (InstDefs->empty()) in createInstRWClass()
1058 for (Record *InstDef : *InstDefs) { in createInstRWClass()
1069 ArrayRef<Record*> InstDefs = Entry.second; in createInstRWClass() local
1080 if (OrigNumInstrs == InstDefs.size()) { in createInstRWClass()
1093 InstDefs.front()->getName() + in createInstRWClass()
1125 assert(!InstDefs.empty()); // Checked at function start. in createInstRWClass()
1140 for (Record *InstDef : InstDefs) in createInstRWClass()
1276 const RecVec *InstDefs = Sets.expand(Rec); in inferFromInstRWs() local
[all …]
H A DCodeGenSchedule.h598 std::string createSchedClassName(const RecVec &InstDefs);