Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1710 for (const Record *CSRSet : CSRSets) { in runTargetDesc() local
1711 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc()
1715 OS << "static const MCPhysReg " << CSRSet->getName() << "_SaveList[] = { "; in runTargetDesc()
1726 dyn_cast<DagInit>(CSRSet->getValueInit("OtherPreserved"))) { in runTargetDesc()
1728 RegBank.getSets().evaluate(OPDag, OPSet, CSRSet->getLoc()); in runTargetDesc()
1740 OS << "static const uint32_t " << CSRSet->getName() << "_RegMask[] = { "; in runTargetDesc()
1750 for (const Record *CSRSet : CSRSets) in runTargetDesc() local
1751 OS << " " << CSRSet->getName() << "_RegMask,\n"; in runTargetDesc()
1830 for (const Record *CSRSet : CSRSets) in runTargetDesc() local
1831 OS << " " << '"' << CSRSet->getName() << '"' << ",\n"; in runTargetDesc()