Home | History | Annotate | Download | only in Target

Lines Matching defs:isStackSlot

289   /// isStackSlot - Sometimes it is useful the be able to store a non-negative
290 /// frame index in a variable that normally holds a register. isStackSlot()
295 /// isStackSlot() first.
297 static bool isStackSlot(unsigned Reg) {
303 assert(isStackSlot(Reg) && "Not a stack slot");
316 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
323 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");