Searched refs:isStackSlot (Results 1 – 3 of 3) sorted by relevance
282 static bool isStackSlot(unsigned Reg) { in isStackSlot() function288 assert(isStackSlot(Reg) && "Not a stack slot"); in stackSlot2Index()301 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isPhysicalRegister()308 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isVirtualRegister()
50 else if (TargetRegisterInfo::isStackSlot(Reg)) in PrintReg()
1374 assert(!TargetRegisterInfo::isStackSlot(edit.getReg()) in spill()