Searched refs:IsLiveIn (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFixCortexA57AES1742098Pass.cpp305 bool IsLiveIn = MF.front().isLiveIn(MOp.getReg()); local
310 if (!IsLiveIn && AllDefs.size() == 0) {
326 if (!IsLiveIn) {
352 if (IsLiveIn || UnsafeCount > 1) {
360 assert(UnsafeCount == 1 && !IsLiveIn &&
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp103 const bool IsLiveIn = MRI.isLiveIn(Reg); local
104 TII.storeRegToStackSlot(SaveBlock, I, Reg, !IsLiveIn, CS.getFrameIdx(),
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp858 bool IsLiveIn = RI.isLiveIn(Reg);
859 if (!IsLiveIn)
861 I.addReg(Reg, IsLiveIn ? RegState::Implicit : RegState::ImplicitKill);
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2419 bool IsLiveIn = MRI.isLiveIn(Reg); local
2420 if (!IsLiveIn)
2482 // Use !IsLiveIn for the kill flag.
2489 TII.storeRegToStackSlotNoUpd(MBB, MI, Reg, !IsLiveIn,
2492 TII.storeRegToStackSlot(MBB, MI, Reg, !IsLiveIn, I.getFrameIdx(), RC,
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2435 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); local
2436 return getKillRegState(!IsLiveIn);

Completed in 193 milliseconds