Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp105 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 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2401 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 DAArch64FrameLowering.cpp2152 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local
2153 return getKillRegState(!IsLiveIn); in getPrologueDeath()