Home
last modified time | relevance | path

Searched refs:isCalleeSaved (Results 1 – 3 of 3) 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
391 if (isCalleeSaved(Reg) && (AllowGCPtrInCSR || !GCRegs.contains(Reg))) in findRegistersToSpill()
503 if (isCalleeSaved(Reg)) { in rewriteStatepoint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp282 bool isCalleeSaved(LocIdx L) const { in isCalleeSaved() function in TransferTracker
342 if (isCalleeSaved(L)) in getLocQualityIfBetter()
1343 bool InstrRefBasedLDV::isCalleeSaved(LocIdx L) const { in isCalleeSaved() function in InstrRefBasedLDV
H A DInstrRefBasedImpl.h1511 bool isCalleeSaved(LocIdx L) const;