HomeSort by: relevance | last modified time | path
    Searched refs:IsLiveIn (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILowerSGPRSpills.cpp 105 const bool IsLiveIn = MRI.isLiveIn(Reg);
106 TII.storeRegToStackSlot(SaveBlock, I, Reg, !IsLiveIn, CS.getFrameIdx(),
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kFrameLowering.cpp 860 bool IsLiveIn = RI.isLiveIn(Reg);
861 if (!IsLiveIn)
863 I.addReg(Reg, IsLiveIn ? RegState::Implicit : RegState::ImplicitKill);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 2401 bool IsLiveIn = MRI.isLiveIn(Reg);
2402 if (!IsLiveIn)
2464 // Use !IsLiveIn for the kill flag.
2471 TII.storeRegToStackSlotNoUpd(MBB, MI, Reg, !IsLiveIn,
2474 TII.storeRegToStackSlot(MBB, MI, Reg, !IsLiveIn, CSI[i].getFrameIdx(),
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 2152 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg);
2153 return getKillRegState(!IsLiveIn);

Completed in 25 milliseconds