Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp85 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in selectLOCRMux() local
87 if (!DestIsHigh && !SrcIsHigh) in selectLOCRMux()
89 else if (DestIsHigh && SrcIsHigh) in selectLOCRMux()
H A DSystemZInstrInfo.cpp162 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in expandRIEPseudo() local
163 if (!DestIsHigh && !SrcIsHigh) in expandRIEPseudo()
259 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in emitGRX32Move() local
260 if (DestIsHigh && SrcIsHigh) in emitGRX32Move()
262 else if (DestIsHigh && !SrcIsHigh) in emitGRX32Move()
264 else if (!DestIsHigh && SrcIsHigh) in emitGRX32Move()
270 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move()
1499 bool SrcIsHigh = SystemZ::isHighReg(MI.getOperand(2).getReg()); in expandPostRAPseudo() local
1500 if (SrcIsHigh == DestIsHigh) in expandPostRAPseudo()