Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h282 static bool isStackSlot(unsigned Reg) { in isStackSlot() function
288 assert(isStackSlot(Reg) && "Not a stack slot"); in stackSlot2Index()
301 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isPhysicalRegister()
308 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isVirtualRegister()
/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp50 else if (TargetRegisterInfo::isStackSlot(Reg)) in PrintReg()
DInlineSpiller.cpp1374 assert(!TargetRegisterInfo::isStackSlot(edit.getReg()) in spill()