Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1018 for (const Record *InstDef : InstDefs) { in createSchedClassName()
1071 const RecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass() local
1072 if (InstDefs->empty()) in createInstRWClass()
1075 for (Record *InstDef : *InstDefs) { in createInstRWClass()
1086 ArrayRef<Record*> InstDefs = Entry.second; in createInstRWClass() local
1097 if (OrigNumInstrs == InstDefs.size()) { in createInstRWClass()
1110 InstDefs.front()->getName() + in createInstRWClass()
1142 assert(!InstDefs.empty()); // Checked at function start. in createInstRWClass()
1157 for (Record *InstDef : InstDefs) in createInstRWClass()
1293 const RecVec *InstDefs = Sets.expand(Rec); in inferFromInstRWs() local
[all …]
H A DCodeGenSchedule.h604 std::string createSchedClassName(const RecVec &InstDefs);