Searched refs:isStackSlot (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegister.h37 /// isStackSlot - Sometimes it is useful the be able to store a non-negative
38 /// frame index in a variable that normally holds a register. isStackSlot()
43 /// isStackSlot() first.
45 static bool isStackSlot(unsigned Reg) { function in class:llvm::Register
46 return MCRegister::isStackSlot(Reg);
51 assert(isStackSlot(Reg) && "Not a stack slot");
70 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
H A DRDFRegisters.h102 return Register::isStackSlot(R);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegister.h41 /// Register::isStackSlot() for the more information on them.
45 /// isStackSlot() first.
46 static bool isStackSlot(unsigned Reg) { function in class:llvm::MCRegister
53 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp209 if (Register::isStackSlot(B) || !Register::isVirtualRegister(B)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp94 else if (Register::isStackSlot(Reg))
H A DInlineSpiller.cpp1109 assert(!Register::isStackSlot(edit.getReg()) &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp245 return Reg != 0 && !llvm::Register::isStackSlot(Reg) &&
249 return Reg != 0 && llvm::Register::isStackSlot(Reg);
256 if (llvm::Register::isStackSlot(Reg)) {

Completed in 209 milliseconds