Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp367 bool isCalleeSaved(Register Reg) { return (Mask[Reg / 32] >> Reg % 32) & 1; } in isCalleeSaved() function in __anon2f435cf10211::StatepointState
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp282 bool isCalleeSaved(LocIdx L) const { in isCalleeSaved() function in TransferTracker
1343 bool InstrRefBasedLDV::isCalleeSaved(LocIdx L) const { in isCalleeSaved() function in InstrRefBasedLDV