Home
last modified time | relevance | path

Searched defs:isStack (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegister.h49 constexpr bool isStack() const { return MCRegister::isStackSlot(Reg); } in isStack() function
H A DPseudoSourceValue.h68 bool isStack() const { return Kind == Stack; } isStack() function