Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFixCortexA57AES1742098Pass.cpp299 bool IsLiveIn = MF.front().isLiveIn(MOp.getReg()); in analyzeMF() local
304 if (!IsLiveIn && AllDefs.size() == 0) { in analyzeMF()
320 if (!IsLiveIn) { in analyzeMF()
346 if (IsLiveIn || UnsafeCount > 1) { in analyzeMF()
354 assert(UnsafeCount == 1 && !IsLiveIn && in analyzeMF()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp221 bool IsLiveIn = MBB->isLiveIn(PhysReg); in findReachingDefs() local
222 for (MCRegAliasIterator Alias(PhysReg, TRI, false); !IsLiveIn && Alias.isValid(); ++Alias) in findReachingDefs()
223 IsLiveIn = MBB->isLiveIn(*Alias); in findReachingDefs()
224 if (!IsLiveIn) { in findReachingDefs()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp855 bool IsLiveIn = RI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
856 if (!IsLiveIn) in spillCalleeSavedRegisters()
858 I.addReg(Reg, IsLiveIn ? RegState::Implicit : RegState::ImplicitKill); in spillCalleeSavedRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp137 const bool IsLiveIn = isLiveIntoMBB(Reg, SaveBlock, TRI); in insertCSRSaves() local
138 TII.storeRegToStackSlot(SaveBlock, I, Reg, !IsLiveIn, CS.getFrameIdx(), in insertCSRSaves()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2451 bool IsLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
2452 if (!IsLiveIn) in spillCalleeSavedRegisters()
2522 TII.storeRegToStackSlotNoUpd(MBB, MI, Reg, !IsLiveIn, in spillCalleeSavedRegisters()
2525 TII.storeRegToStackSlot(MBB, MI, Reg, !IsLiveIn, I.getFrameIdx(), RC, in spillCalleeSavedRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3117 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local
3118 return getKillRegState(!IsLiveIn); in getPrologueDeath()