Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp83 bool DestIsHigh = SystemZ::isHighReg(DestReg); in selectLOCRMux()
84 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in selectLOCRMux()
107 bool DestIsHigh = SystemZ::isHighReg(DestReg); in selectSELRMux()
108 bool Src1IsHigh = SystemZ::isHighReg(Src1Reg); in selectSELRMux()
109 bool Src2IsHigh = SystemZ::isHighReg(Src2Reg); in selectSELRMux()
H A DSystemZRegisterInfo.h35 inline bool isHighReg(unsigned int Reg) { in isHighReg() function
H A DSystemZInstrInfo.cpp161 bool IsHigh = SystemZ::isHighReg(Reg); in expandRIPseudo()
176 bool DestIsHigh = SystemZ::isHighReg(DestReg); in expandRIEPseudo()
177 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in expandRIEPseudo()
199 SystemZ::isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo()
210 unsigned Opcode = SystemZ::isHighReg(Reg) ? HighOpcode : LowOpcode; in expandLOCPseudo()
273 bool DestIsHigh = SystemZ::isHighReg(DestReg); in emitGRX32Move()
274 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in emitGRX32Move()
1791 bool DestIsHigh = SystemZ::isHighReg(MI.getOperand(0).getReg()); in expandPostRAPseudo()
1792 bool SrcIsHigh = SystemZ::isHighReg(MI.getOperand(2).getReg()); in expandPostRAPseudo()