Home
last modified time | relevance | path

Searched refs:IsLiveIn (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp100 const bool IsLiveIn = MRI.isLiveIn(Reg); in insertCSRSaves() local
101 TII.storeRegToStackSlot(SaveBlock, I, Reg, !IsLiveIn, CS.getFrameIdx(), in insertCSRSaves()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp860 bool IsLiveIn = RI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
861 if (!IsLiveIn) in spillCalleeSavedRegisters()
863 I.addReg(Reg, IsLiveIn ? RegState::Implicit : RegState::ImplicitKill); in spillCalleeSavedRegisters()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2410 bool IsLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
2411 if (!IsLiveIn) in spillCalleeSavedRegisters()
2480 TII.storeRegToStackSlotNoUpd(MBB, MI, Reg, !IsLiveIn, in spillCalleeSavedRegisters()
2483 TII.storeRegToStackSlot(MBB, MI, Reg, !IsLiveIn, CSI[i].getFrameIdx(), in spillCalleeSavedRegisters()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2159 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local
2160 return getKillRegState(!IsLiveIn); in getPrologueDeath()