Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp33 static bool isHighReg(unsigned int Reg) { in isHighReg() function
107 bool IsHigh = isHighReg(Reg); in expandRIPseudo()
122 bool DestIsHigh = isHighReg(DestReg); in expandRIEPseudo()
123 bool SrcIsHigh = isHighReg(SrcReg); in expandRIEPseudo()
141 unsigned Opcode = getOpcodeForOffset(isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo()
168 bool DestIsHigh = isHighReg(DestReg); in emitGRX32Move()
169 bool SrcIsHigh = isHighReg(SrcReg); in emitGRX32Move()
1013 bool DestIsHigh = isHighReg(MI->getOperand(0).getReg()); in expandPostRAPseudo()
1014 bool SrcIsHigh = isHighReg(MI->getOperand(2).getReg()); in expandPostRAPseudo()