Searched refs:IsLiveIn (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFixCortexA57AES1742098Pass.cpp | 305 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 D | LiveRangeCalc.cpp | 222 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 D | SILowerSGPRSpills.cpp | 112 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 D | M68kFrameLowering.cpp | 855 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 D | PPCFrameLowering.cpp | 2450 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 D | AArch64FrameLowering.cpp | 2849 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local 2850 return getKillRegState(!IsLiveIn); in getPrologueDeath()
|