Searched refs:CSRSet (Results 1 – 1 of 1) sorted by relevance
1710 for (const Record *CSRSet : CSRSets) { in runTargetDesc() local1711 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() local1751 OS << " " << CSRSet->getName() << "_RegMask,\n"; in runTargetDesc()1830 for (const Record *CSRSet : CSRSets) in runTargetDesc() local1831 OS << " " << '"' << CSRSet->getName() << '"' << ",\n"; in runTargetDesc()