Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp480 Object.CalleeSavedRestored = CSInfo.isRestored(); in convertStackObjects()
484 Object.CalleeSavedRestored = CSInfo.isRestored(); in convertStackObjects()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h72 bool isRestored() const { return Restored; } in isRestored() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1022 if (CS.isRestored() && LowRestoreOffset > Offset) { in assignCalleeSavedSpillSlots()