Searched refs:IsLiveIn (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SILowerSGPRSpills.cpp | 105 const bool IsLiveIn = MRI.isLiveIn(Reg); in insertCSRSaves() local 106 TII.storeRegToStackSlot(SaveBlock, I, Reg, !IsLiveIn, CS.getFrameIdx(), in insertCSRSaves()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 2401 bool IsLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local 2402 if (!IsLiveIn) in spillCalleeSavedRegisters() 2471 TII.storeRegToStackSlotNoUpd(MBB, MI, Reg, !IsLiveIn, in spillCalleeSavedRegisters() 2474 TII.storeRegToStackSlot(MBB, MI, Reg, !IsLiveIn, CSI[i].getFrameIdx(), in spillCalleeSavedRegisters()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 2152 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local 2153 return getKillRegState(!IsLiveIn); in getPrologueDeath()
|