Searched refs:isStackSlot (Results 1 – 6 of 6) sorted by relevance
44 static constexpr bool isStackSlot(unsigned Reg) { in isStackSlot() function45 return MCRegister::isStackSlot(Reg); in isStackSlot()49 constexpr bool isStack() const { return MCRegister::isStackSlot(Reg); } in isStack()
120 return Register::isStackSlot(Id); in isMaskId()
61 static constexpr bool isStackSlot(unsigned Reg) { in isStackSlot() function
219 if (Register::isStackSlot(B) || !Register::isVirtualRegister(B)) { in tryToCombine()
113 else if (Register::isStackSlot(Reg)) in printReg()
1286 assert(!Register::isStackSlot(edit.getReg()) && in spill()