Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp92 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in selectLOCRMux() local
94 if (!DestIsHigh && !SrcIsHigh) in selectLOCRMux()
96 else if (DestIsHigh && SrcIsHigh) in selectLOCRMux()
H A DSystemZInstrInfo.cpp157 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in expandRIEPseudo() local
158 if (!DestIsHigh && !SrcIsHigh) in expandRIEPseudo()
254 bool SrcIsHigh = SystemZ::isHighReg(SrcReg); in emitGRX32Move() local
255 if (DestIsHigh && SrcIsHigh) in emitGRX32Move()
257 else if (DestIsHigh && !SrcIsHigh) in emitGRX32Move()
259 else if (!DestIsHigh && SrcIsHigh) in emitGRX32Move()
265 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move()
1489 bool SrcIsHigh = SystemZ::isHighReg(MI.getOperand(2).getReg()); in expandPostRAPseudo() local
1490 if (SrcIsHigh == DestIsHigh) in expandPostRAPseudo()