Searched refs:IsLiveIn (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFixCortexA57AES1742098Pass.cpp | 299 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 D | LiveRangeCalc.cpp | 221 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 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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerSGPRSpills.cpp | 137 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 D | PPCFrameLowering.cpp | 2451 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 D | AArch64FrameLowering.cpp | 3117 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local 3118 return getKillRegState(!IsLiveIn); in getPrologueDeath()
|