Home
last modified time | relevance | path

Searched refs:RecVec (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h67 using RecVec = std::vector<const Record *>;
98 using ExpandMap = std::map<const Record *, RecVec>;
140 const RecVec *expand(const Record *Set);
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp36 using RecVec = SetTheory::RecVec; typedef
230 if (const RecVec *Result = ST.expand(Rec)) in apply()
285 if (const RecVec *Result = expand(Def->getDef())) in evaluate()
308 const RecVec *SetTheory::expand(const Record *Set) { in expand()
323 RecVec &EltVec = Expansions[Set]; in expand()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp402 const SetTheory::RecVec *Elements = in emitSystemRuntimeLibrarySetCalls()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1711 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp699 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R); in CodeGenRegisterClass()