Lines Matching refs:DDst
5235 unsigned DstLane = 0, SrcLane = 0, DDst, DSrc; in setExecutionDomain() local
5236 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain()
5246 if (DSrc == DDst) { in setExecutionDomain()
5250 MIB.addReg(DDst, RegState::Define) in setExecutionDomain()
5251 .addReg(DDst, getUndefRegState(!MI.readsRegister(DDst, TRI))) in setExecutionDomain()
5278 DDst); in setExecutionDomain()
5283 unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain()
5287 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain()
5297 MIB.addReg(DDst, RegState::Define); in setExecutionDomain()
5301 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain()
5305 CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain()