Searched defs:isCalleeSaved (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | FixupStatepointCallerSaved.cpp | 367 bool isCalleeSaved(Register Reg) { return (Mask[Reg / 32] >> Reg % 32) & 1; } isCalleeSaved() function in __anon9f21b9e40211::StatepointState |
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ | ||
H A D | InstrRefBasedImpl.cpp | 278 bool isCalleeSaved(LocIdx L) const { isCalleeSaved() function in TransferTracker |