Searched refs:CSRSet (Results 1 – 1 of 1) sorted by relevance
1675 Record *CSRSet = CSRSets[i]; in runTargetDesc() local1676 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc()1680 OS << "static const MCPhysReg " << CSRSet->getName() << "_SaveList[] = { "; in runTargetDesc()1691 dyn_cast<DagInit>(CSRSet->getValueInit("OtherPreserved"))) { in runTargetDesc()1693 RegBank.getSets().evaluate(OPDag, OPSet, CSRSet->getLoc()); in runTargetDesc()1707 OS << "static const uint32_t " << CSRSet->getName() << "_RegMask[] = { "; in runTargetDesc()1717 for (Record *CSRSet : CSRSets) in runTargetDesc()1718 OS << " " << CSRSet->getName() << "_RegMask,\n"; in runTargetDesc()1783 for (Record *CSRSet : CSRSets) in runTargetDesc()1784 OS << " " << '"' << CSRSet->getName() << '"' << ",\n"; in runTargetDesc()