Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterClassInfo.cpp80 SmallVector<unsigned, 16> CSRAlias; in compute() local
92 CSRAlias.push_back(PhysReg); in compute()
96 RCI.NumRegs = N + CSRAlias.size(); in compute()
100 std::copy(CSRAlias.begin(), CSRAlias.end(), &RCI.Order[N]); in compute()
/external/llvm/lib/CodeGen/
DRegisterClassInfo.cpp90 SmallVector<MCPhysReg, 16> CSRAlias; in compute() local
108 CSRAlias.push_back(PhysReg); in compute()
116 RCI.NumRegs = N + CSRAlias.size(); in compute()
120 for (unsigned i = 0, e = CSRAlias.size(); i != e; ++i) { in compute()
121 unsigned PhysReg = CSRAlias[i]; in compute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp102 SmallVector<MCPhysReg, 16> CSRAlias; in compute() local
120 CSRAlias.push_back(PhysReg); in compute()
128 RCI.NumRegs = N + CSRAlias.size(); in compute()
132 for (unsigned i = 0, e = CSRAlias.size(); i != e; ++i) { in compute()
133 unsigned PhysReg = CSRAlias[i]; in compute()