Searched defs:isStackSlot (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h274 /// isStackSlot - Sometimes it is useful the be able to store a non-negative
275 /// frame index in a variable that normally holds a register. isStackSlot()
280 /// isStackSlot() first.
282 static bool isStackSlot(unsigned Reg) { function in class:llvm::TargetRegisterInfo
288 assert(isStackSlot(Reg) && "Not a stack slot");
301 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
308 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");

Completed in 100 milliseconds