Searched refs:DDst (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 4310 unsigned DstLane = 0, SrcLane = 0, DDst, DSrc; in setExecutionDomain() local 4311 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain() 4321 if (DSrc == DDst) { in setExecutionDomain() 4325 MIB.addReg(DDst, RegState::Define) in setExecutionDomain() 4326 .addReg(DDst, getUndefRegState(!MI->readsRegister(DDst, TRI))) in setExecutionDomain() 4353 get(ARM::VEXTd32), DDst); in setExecutionDomain() 4358 unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain() 4362 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain() 4373 MIB.addReg(DDst, RegState::Define); in setExecutionDomain() 4377 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain() [all …]
|