Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp104 SmallVector<MCPhysReg, 16> CSRAlias; in compute() local
123 CSRAlias.push_back(PhysReg); in compute()
131 RCI.NumRegs = N + CSRAlias.size(); in compute()
135 for (unsigned i = 0, e = CSRAlias.size(); i != e; ++i) { in compute()
136 unsigned PhysReg = CSRAlias[i]; in compute()