Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp999 for (RecIter I = InstDefs.begin(), E = InstDefs.end(); I != E; ++I) { in createSchedClassName()
1000 if (I != InstDefs.begin()) in createSchedClassName()
1054 if (InstDefs->empty()) in createInstRWClass()
1057 for (Record *InstDef : *InstDefs) { in createInstRWClass()
1068 ArrayRef<Record*> InstDefs = Entry.second; in createInstRWClass() local
1079 if (OrigNumInstrs == InstDefs.size()) { in createInstRWClass()
1088 for (Record *Inst : InstDefs) { in createInstRWClass()
1120 for (Record *InstDef : InstDefs) { in createInstRWClass()
1132 for (Record *InstDef : InstDefs) in createInstRWClass()
1269 const RecVec *InstDefs = Sets.expand(Rec); in inferFromInstRWs() local
[all …]
H A DCodeGenSchedule.h598 std::string createSchedClassName(const RecVec &InstDefs);