Searched refs:isStackSlot (Results 1 – 6 of 6) sorted by relevance
44 static bool isStackSlot(unsigned Reg) { in isStackSlot() function45 return MCRegister::isStackSlot(Reg); in isStackSlot()49 bool isStack() const { return MCRegister::isStackSlot(Reg); } in isStack()
107 return Register::isStackSlot(R); in isRegMaskId()
52 static bool isStackSlot(unsigned Reg) { in isStackSlot() function
220 if (Register::isStackSlot(B) || !Register::isVirtualRegister(B)) { in tryToCombine()
116 else if (Register::isStackSlot(Reg)) in printReg()
1218 assert(!Register::isStackSlot(edit.getReg()) && in spill()