Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp366 bool isCalleeSaved(Register Reg) { return (Mask[Reg / 32] >> Reg % 32) & 1; } in isCalleeSaved() function in __anona19089fc0211::StatepointState
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1047 auto isCalleeSaved = [&](LocIdx L) { in loadInlocs() local
1543 bool isCalleeSaved(LocIdx L) { in isCalleeSaved() function in __anon45b083930211::InstrRefBasedLDV