Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp953 CodeGenSchedModels::createSchedClassName(const ConstRecVec &InstDefs) { in createSchedClassName() argument
956 for (const Record *InstDef : InstDefs) { in createSchedClassName()
1008 const ConstRecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass() local
1009 if (InstDefs->empty()) in createInstRWClass()
1012 for (const Record *InstDef : *InstDefs) { in createInstRWClass()
1023 ArrayRef<const Record *> InstDefs = Entry.second; in createInstRWClass() local
1034 if (OrigNumInstrs == InstDefs.size()) { in createInstRWClass()
1043 assert(!InstDefs.empty()); // Checked at function start. in createInstRWClass()
1047 InstDefs.front()->getName() + in createInstRWClass()
1063 SchedClasses.emplace_back(SCIdx, createSchedClassName(InstDefs), nullptr); in createInstRWClass()
[all …]
H A DCodeGenSchedule.h594 std::string createSchedClassName(const ConstRecVec &InstDefs);