Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
H A DRDFRegisters.h107 return Register::isStackSlot(R); in isRegMaskId()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCRegister.h52 static bool isStackSlot(unsigned Reg) { in isStackSlot() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp220 if (Register::isStackSlot(B) || !Register::isVirtualRegister(B)) { in tryToCombine()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp116 else if (Register::isStackSlot(Reg)) in printReg()
H A DInlineSpiller.cpp1218 assert(!Register::isStackSlot(edit.getReg()) && in spill()