Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h264 static bool isStackSlot(unsigned Reg) { in isStackSlot() function
271 assert(isStackSlot(Reg) && "Not a stack slot"); in stackSlot2Index()
285 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isPhysicalRegister()
292 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first."); in isVirtualRegister()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp40 else if (TargetRegisterInfo::isStackSlot(Reg)) in print()
H A DInlineSpiller.cpp1376 assert(!TargetRegisterInfo::isStackSlot(edit.getReg()) in spill()