Searched refs:IsLiveIn (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 953 bool IsLiveIn, CfgVector<SizeT> &LiveRegCount) { in emitRegisterUsage() argument 960 if (IsLiveIn) { in emitRegisterUsage() 978 if (IsLiveIn) in emitRegisterUsage() 1072 constexpr bool IsLiveIn = true; in emit() local 1073 emitRegisterUsage(Str, Func, this, IsLiveIn, LiveRegCount); in emit() 1125 constexpr bool IsLiveIn = false; in emit() local 1126 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/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 2298 bool IsLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local 2299 if (!IsLiveIn) in spillCalleeSavedRegisters() 2346 TII.storeRegToStackSlotNoUpd(MBB, MI, Reg, !IsLiveIn, in spillCalleeSavedRegisters() 2349 TII.storeRegToStackSlot(MBB, MI, Reg, !IsLiveIn, CSI[i].getFrameIdx(), in spillCalleeSavedRegisters()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 2219 bool IsLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local 2220 if (!IsLiveIn) in spillCalleeSavedRegisters() 2263 TII.storeRegToStackSlot(MBB, MI, Reg, !IsLiveIn, in spillCalleeSavedRegisters()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 1855 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local 1856 return getKillRegState(!IsLiveIn); in getPrologueDeath()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 2003 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local 2004 return getKillRegState(!IsLiveIn); in getPrologueDeath()
|