Searched refs:SrcRegD (Results 1 – 2 of 2) sorted by relevance
5320 MCRegister SrcRegD = TRI->getMatchingSuperReg(SrcReg, AArch64::ssub, in copyPhysReg() local5327 .addReg(SrcRegD, RegState::Undef) in copyPhysReg()5343 MCRegister SrcRegD = TRI->getMatchingSuperReg(SrcReg, AArch64::hsub, in copyPhysReg() local5350 .addReg(SrcRegD, RegState::Undef) in copyPhysReg()5370 MCRegister SrcRegD = TRI->getMatchingSuperReg(SrcReg, AArch64::bsub, in copyPhysReg() local5377 .addReg(SrcRegD, RegState::Undef) in copyPhysReg()
1558 MCRegister SrcRegD = in expandPostRAPseudo() local1560 if (!DstRegD || !SrcRegD) in expandPostRAPseudo()1586 MI.getOperand(1).setReg(SrcRegD); in expandPostRAPseudo()