Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp44 unsigned LowGPRs[SystemZ::NUM_TARGET_REGS]; member in __anon0818b7d60111::SystemZShortenInst
56 : MachineFunctionPass(ID), TII(nullptr), LowGPRs(), HighGPRs() { in SystemZShortenInst()
59 LowGPRs[SystemZMC::GR32Regs[I]] |= 1 << I; in SystemZShortenInst()
60 LowGPRs[SystemZMC::GR64Regs[I]] |= 1 << I; in SystemZShortenInst()
64 LowGPRs[GR128] |= 3 << I; in SystemZShortenInst()
112 LiveLow |= LowGPRs[Reg]; in processBlock()
122 Changed |= shortenIIF(MI, LowGPRs, LiveHigh, SystemZ::LLILL, in processBlock()
136 LiveLow &= ~LowGPRs[Reg]; in processBlock()
139 UsedLow |= LowGPRs[Reg]; in processBlock()