Home | History | Annotate | Download | only in ARM

Lines Matching defs:RegList

2085   SmallVector<MachineOperand, 4> RegList;
2087 RegList.push_back(MI->getOperand(i));
2092 // Now try to find enough space in the reglist to allocate NumBytes.
2099 RegList.push_back(MachineOperand::CreateReg(CurReg, false, false,
2121 RegList.push_back(MachineOperand::CreateReg(CurReg, true, false, false,
2137 for (int i = RegList.size() - 1; i >= 0; --i)
2138 MIB.addOperand(RegList[i]);