Searched refs:isStackSlot (Results 1 – 3 of 3) sorted by relevance
264 static bool isStackSlot(unsigned Reg) { in isStackSlot() function271 assert(isStackSlot(Reg) && "Not a stack slot"); in stackSlot2Index()285 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isPhysicalRegister()292 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isVirtualRegister()
40 else if (TargetRegisterInfo::isStackSlot(Reg)) in print()
1376 assert(!TargetRegisterInfo::isStackSlot(edit.getReg()) in spill()