Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp34 static bool isHighReg(unsigned int Reg) { in isHighReg() function
113 bool IsHigh = isHighReg(Reg); in expandRIPseudo()
128 bool DestIsHigh = isHighReg(DestReg); in expandRIEPseudo()
129 bool SrcIsHigh = isHighReg(SrcReg); in expandRIEPseudo()
147 unsigned Opcode = getOpcodeForOffset(isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo()
205 bool DestIsHigh = isHighReg(DestReg); in emitGRX32Move()
206 bool SrcIsHigh = isHighReg(SrcReg); in emitGRX32Move()
1173 bool DestIsHigh = isHighReg(MI.getOperand(0).getReg()); in expandPostRAPseudo()
1174 bool SrcIsHigh = isHighReg(MI.getOperand(2).getReg()); in expandPostRAPseudo()