Home
last modified time | relevance | path

Searched refs:isStackSlot (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h269 static bool isStackSlot(unsigned Reg) { in isStackSlot() function
276 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()
/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp40 else if (TargetRegisterInfo::isStackSlot(Reg)) in print()
DInlineSpiller.cpp1373 assert(!TargetRegisterInfo::isStackSlot(edit.getReg()) in spill()