Searched refs:IsLiveIn (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 975 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/ |
D | AArch64FrameLowering.cpp | 860 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/ |
D | AArch64FrameLowering.cpp | 1127 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/ |
D | PPCFrameLowering.cpp | 1984 bool IsLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local 1985 if (!IsLiveIn) in spillCalleeSavedRegisters() 2019 TII.storeRegToStackSlot(MBB, MI, Reg, !IsLiveIn, in spillCalleeSavedRegisters()
|