Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp226 if (Info.isRestored()) in addLiveOutsNoPristines()
310 IsNotLive = !Info.isRestored(); in recomputeLivenessFlags()
H A DLiveRegUnits.cpp92 if (Info == CSI.end() || Info->isRestored()) in addCalleeSavedRegs()
H A DMIRPrinter.cpp461 Object.CalleeSavedRestored = CSInfo.isRestored(); in convertStackObjects()
465 Object.CalleeSavedRestored = CSInfo.isRestored(); in convertStackObjects()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h71 bool isRestored() const { return Restored; } in isRestored() function
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1013 if (CS.isRestored() && LowRestoreOffset > Offset) { in assignCalleeSavedSpillSlots()