Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegister.h44 static constexpr bool isStackSlot(unsigned Reg) { in isStackSlot() function
45 return MCRegister::isStackSlot(Reg); in isStackSlot()
49 constexpr bool isStack() const { return MCRegister::isStackSlot(Reg); } in isStack()
H A DRDFRegisters.h120 return Register::isStackSlot(Id); in isMaskId()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegister.h61 static constexpr bool isStackSlot(unsigned Reg) { in isStackSlot() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp219 if (Register::isStackSlot(B) || !Register::isVirtualRegister(B)) { in tryToCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp113 else if (Register::isStackSlot(Reg)) in printReg()
H A DInlineSpiller.cpp1286 assert(!Register::isStackSlot(edit.getReg()) && in spill()