Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp993 for (const Record *InstDef : InstDefs) { in createSchedClassName()
1046 const RecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass() local
1047 if (InstDefs->empty()) in createInstRWClass()
1050 for (Record *InstDef : *InstDefs) { in createInstRWClass()
1061 ArrayRef<Record*> InstDefs = Entry.second; in createInstRWClass() local
1072 if (OrigNumInstrs == InstDefs.size()) { in createInstRWClass()
1085 InstDefs.front()->getName() + in createInstRWClass()
1117 assert(!InstDefs.empty()); // Checked at function start. in createInstRWClass()
1132 for (Record *InstDef : InstDefs) in createInstRWClass()
1268 const RecVec *InstDefs = Sets.expand(Rec); in inferFromInstRWs() local
[all …]
H A DCodeGenSchedule.h602 std::string createSchedClassName(const RecVec &InstDefs);