Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegister.h44 static bool isStackSlot(unsigned Reg) { in isStackSlot() function
45 return MCRegister::isStackSlot(Reg); in isStackSlot()
49 bool isStack() const { return MCRegister::isStackSlot(Reg); } in isStack()
72 return Reg & MCRegister::VirtualRegFlag && !isStackSlot(Reg); in isVirtualRegister()
H A DRDFRegisters.h107 return Register::isStackSlot(R); in isRegMaskId()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCRegister.h50 static bool isStackSlot(unsigned Reg) { in isStackSlot() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp209 if (Register::isStackSlot(B) || !Register::isVirtualRegister(B)) { in tryToCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp115 else if (Register::isStackSlot(Reg)) in printReg()
H A DInlineSpiller.cpp1185 assert(!Register::isStackSlot(edit.getReg()) && in spill()