Searched refs:isHighReg (Results 1 – 1 of 1) sorted by relevance
33 static bool isHighReg(unsigned int Reg) { in isHighReg() function112 bool IsHigh = isHighReg(Reg); in expandRIPseudo()127 bool DestIsHigh = isHighReg(DestReg); in expandRIEPseudo()128 bool SrcIsHigh = isHighReg(SrcReg); in expandRIEPseudo()147 unsigned Opcode = getOpcodeForOffset(isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo()174 bool DestIsHigh = isHighReg(DestReg); in emitGRX32Move()175 bool SrcIsHigh = isHighReg(SrcReg); in emitGRX32Move()1036 bool DestIsHigh = isHighReg(MI->getOperand(0).getReg()); in expandPostRAPseudo()1037 bool SrcIsHigh = isHighReg(MI->getOperand(2).getReg()); in expandPostRAPseudo()