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

/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h289 /// 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) { function in class:llvm::TargetRegisterInfo
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.");
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetRegisterInfo.h245 /// isStackSlot - Sometimes it is useful the be able to store a non-negative
246 /// frame index in a variable that normally holds a register. isStackSlot()
251 /// isStackSlot() first.
253 static bool isStackSlot(unsigned Reg) { function in class:llvm::TargetRegisterInfo
260 assert(isStackSlot(Reg) && "Not a stack slot");
274 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
281 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");

Completed in 227 milliseconds