Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp117 SmallVector<MCPhysReg, 16> CSRAlias; in compute() local
135 CSRAlias.push_back(PhysReg); in compute()
143 RCI.NumRegs = N + CSRAlias.size(); in compute()
147 for (unsigned i = 0, e = CSRAlias.size(); i != e; ++i) { in compute()
148 unsigned PhysReg = CSRAlias[i]; in compute()