Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp268 LiveInterval &IntGR128 = LIS.getInterval(GR128Reg); in shouldCoalesce() local
273 if (LIS.isLiveInToMBB(IntGR128, MBB) || LIS.isLiveOutOfMBB(IntGR128, MBB) || in shouldCoalesce()
280 FirstMI = LIS.getInstructionFromIndex(IntGR128.beginIndex()); in shouldCoalesce()
284 LastMI = LIS.getInstructionFromIndex(IntGR128.endIndex()); in shouldCoalesce()