Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/ARM/
H A DARMFixCortexA57AES1742098Pass.cpp305 bool IsLiveIn = MF.front().isLiveIn(MOp.getReg()); analyzeMF() local
/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp222 for (MCRegAliasIterator Alias(PhysReg, TRI, false); !IsLiveIn && Alias.isValid(); ++Alias) in findReachingDefs() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp112 const bool IsLiveIn = MRI.isLiveIn(Reg); insertCSRSaves() local
/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp858 I.addReg(Reg, IsLiveIn ? RegState::Implicit : RegState::ImplicitKill); in spillCalleeSavedRegisters() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2442 bool IsLiveIn = MRI.isLiveIn(Reg); spillCalleeSavedRegisters() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2769 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); getPrologueDeath() local