Searched refs:isStackSlot (Results 1 – 7 of 7) sorted by relevance
45 static bool isStackSlot(unsigned Reg) { in isStackSlot() function46 return MCRegister::isStackSlot(Reg); in isStackSlot()51 assert(isStackSlot(Reg) && "Not a stack slot"); in stackSlot2Index()70 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isVirtualRegister()
46 static bool isStackSlot(unsigned Reg) { in isStackSlot() function53 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isPhysicalRegister()
102 return Register::isStackSlot(R); in isRegMaskId()
245 return Reg != 0 && !llvm::Register::isStackSlot(Reg) && in isVReg()249 return Reg != 0 && llvm::Register::isStackSlot(Reg); in isSlot()256 if (llvm::Register::isStackSlot(Reg)) { in operator MachineOperand()
94 else if (Register::isStackSlot(Reg)) in printReg()
1109 assert(!Register::isStackSlot(edit.getReg()) && in spill()
209 if (Register::isStackSlot(B) || !Register::isVirtualRegister(B)) { in tryToCombine()