Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DFixupStatepointCallerSaved.cpp366 bool isCalleeSaved(Register Reg) { return (Mask[Reg / 32] >> Reg % 32) & 1; } in isCalleeSaved() function in __anoncc9699280211::StatepointState
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp1044 auto isCalleeSaved = [&](LocIdx L) { in loadInlocs() local
1539 bool isCalleeSaved(LocIdx L) { in isCalleeSaved() function in __anon84c0493f0211::InstrRefBasedLDV