Home
last modified time | relevance | path

Searched refs:isRestored (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp226 if (Info.isRestored()) in addLiveOutsNoPristines()
305 IsNotLive = !Info.isRestored(); in recomputeLivenessFlags()
H A DLiveRegUnits.cpp106 if (Info == CSI.end() || Info->isRestored()) in addCalleeSavedRegs()
H A DMIRPrinter.cpp483 Object.CalleeSavedRestored = CSInfo.isRestored(); in convertStackObjects()
487 Object.CalleeSavedRestored = CSInfo.isRestored(); in convertStackObjects()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h72 bool isRestored() const { return Restored; } in isRestored() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1024 if (CS.isRestored() && LowRestoreOffset > Offset) { in assignCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp746 if (!Info.isRestored()) in emitCalleeSavedRestores()