Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4374 unsigned DstLane = 0, SrcLane = 0, DDst, DSrc; in setExecutionDomain() local
4375 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain()
4385 if (DSrc == DDst) { in setExecutionDomain()
4389 MIB.addReg(DDst, RegState::Define) in setExecutionDomain()
4390 .addReg(DDst, getUndefRegState(!MI.readsRegister(DDst, TRI))) in setExecutionDomain()
4417 DDst); in setExecutionDomain()
4422 unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain()
4426 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain()
4437 MIB.addReg(DDst, RegState::Define); in setExecutionDomain()
4441 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain()
[all …]