Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp59 static bool isHighReg(unsigned int Reg) { in isHighReg() function
152 bool IsHigh = isHighReg(Reg); in expandRIPseudo()
167 bool DestIsHigh = isHighReg(DestReg); in expandRIEPseudo()
168 bool SrcIsHigh = isHighReg(SrcReg); in expandRIEPseudo()
187 unsigned Opcode = getOpcodeForOffset(isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo()
198 unsigned Opcode = isHighReg(Reg) ? HighOpcode : LowOpcode; in expandLOCPseudo()
209 bool DestIsHigh = isHighReg(DestReg); in expandLOCRPseudo()
210 bool SrcIsHigh = isHighReg(SrcReg); in expandLOCRPseudo()
284 bool DestIsHigh = isHighReg(DestReg); in emitGRX32Move()
285 bool SrcIsHigh = isHighReg(SrcReg); in emitGRX32Move()
[all …]
/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()