Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFixCortexA57AES1742098Pass.cpp305 bool IsLiveIn = MF.front().isLiveIn(MOp.getReg()); in analyzeMF() local
310 if (!IsLiveIn && AllDefs.size() == 0) { in analyzeMF()
326 if (!IsLiveIn) { in analyzeMF()
352 if (IsLiveIn || UnsafeCount > 1) { in analyzeMF()
360 assert(UnsafeCount == 1 && !IsLiveIn && in analyzeMF()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp222 bool IsLiveIn = MBB->isLiveIn(PhysReg); in findReachingDefs() local
223 for (MCRegAliasIterator Alias(PhysReg, TRI, false); !IsLiveIn && Alias.isValid(); ++Alias) in findReachingDefs()
224 IsLiveIn = MBB->isLiveIn(*Alias); in findReachingDefs()
225 if (!IsLiveIn) { in findReachingDefs()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp112 const bool IsLiveIn = MRI.isLiveIn(Reg); in insertCSRSaves() local
113 TII.storeRegToStackSlot(SaveBlock, I, Reg, !IsLiveIn, CS.getFrameIdx(), in insertCSRSaves()
/src/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()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2450 bool IsLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
2451 if (!IsLiveIn) in spillCalleeSavedRegisters()
2520 TII.storeRegToStackSlotNoUpd(MBB, MI, Reg, !IsLiveIn, in spillCalleeSavedRegisters()
2523 TII.storeRegToStackSlot(MBB, MI, Reg, !IsLiveIn, I.getFrameIdx(), RC, in spillCalleeSavedRegisters()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2849 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local
2850 return getKillRegState(!IsLiveIn); in getPrologueDeath()