Home
last modified time | relevance | path

Searched refs:IsLiveIn (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp975 bool IsLiveIn, CfgVector<SizeT> &LiveRegCount) { in emitRegisterUsage() argument
982 if (IsLiveIn) { in emitRegisterUsage()
1000 if (IsLiveIn) in emitRegisterUsage()
1094 constexpr bool IsLiveIn = true; in emit() local
1095 emitRegisterUsage(Str, Func, this, IsLiveIn, LiveRegCount); in emit()
1147 constexpr bool IsLiveIn = false; in emit() local
1148 emitRegisterUsage(Str, Func, this, IsLiveIn, LiveRegCount); in emit()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp860 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local
861 return getKillRegState(!IsLiveIn); in getPrologueDeath()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1127 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local
1128 return getKillRegState(!IsLiveIn); in getPrologueDeath()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1984 bool IsLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
1985 if (!IsLiveIn) in spillCalleeSavedRegisters()
2019 TII.storeRegToStackSlot(MBB, MI, Reg, !IsLiveIn, in spillCalleeSavedRegisters()