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