Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp84 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in selectLOCRMux() local
86 if (!DestIsHigh && !SrcIsHigh) in selectLOCRMux()
88 else if (DestIsHigh && SrcIsHigh) in selectLOCRMux()
H A DSystemZInstrInfo.cpp177 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in expandRIEPseudo() local
178 if (!DestIsHigh && !SrcIsHigh) in expandRIEPseudo()
274 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in emitGRX32Move() local
275 if (DestIsHigh && SrcIsHigh) in emitGRX32Move()
277 else if (DestIsHigh && !SrcIsHigh) in emitGRX32Move()
279 else if (!DestIsHigh && SrcIsHigh) in emitGRX32Move()
285 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move()
1792 bool SrcIsHigh = SystemZ::isHighReg(MI.getOperand(2).getReg()); in expandPostRAPseudo() local
1793 if (SrcIsHigh == DestIsHigh) in expandPostRAPseudo()