Searched refs:IsLiveIn (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerSGPRSpills.cpp | 100 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 D | M68kFrameLowering.cpp | 860 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 D | PPCFrameLowering.cpp | 2410 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 D | AArch64FrameLowering.cpp | 2159 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local 2160 return getKillRegState(!IsLiveIn); in getPrologueDeath()
|