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.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.cpp175 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in expandRIEPseudo() local
176 if (!DestIsHigh && !SrcIsHigh) in expandRIEPseudo()
272 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in emitGRX32Move() local
273 if (DestIsHigh && SrcIsHigh) in emitGRX32Move()
275 else if (DestIsHigh && !SrcIsHigh) in emitGRX32Move()
277 else if (!DestIsHigh && SrcIsHigh) in emitGRX32Move()
283 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move()
1759 bool SrcIsHigh = SystemZ::isHighReg(MI.getOperand(2).getReg()); in expandPostRAPseudo() local
1760 if (SrcIsHigh == DestIsHigh) in expandPostRAPseudo()