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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp472 MachineInstr *DDst = DDep.getSUnit()->getInstr(); local
474 for (unsigned OpNum = 0; OpNum < DDst->getNumOperands(); OpNum++) {
475 const MachineOperand &MO = DDst->getOperand(OpNum);
486 InstrInfo.getOperandLatency(&InstrItins, *SrcInst, 0, *DDst, UseIdx);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5151 // Source instruction is %DDst = VMOVD %DSrc, 14, %noreg (; implicits)
5158 // Change to a %DDst = VORRd %DSrc, %DSrc, 14, %noreg (; implicits)
5210 // Convert to %DDst = VSETLNi32 %DDst, %RSrc, Lane, 14, %noreg (; imps)
5211 // Again DDst may be undefined at the beginning of this instruction.
5234 unsigned DstLane = 0, SrcLane = 0, DDst, DSrc; local
5235 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane);
5245 if (DSrc == DDst) {
5247 // %DDst = VDUPLN32d %DDst, Lan
[all...]

Completed in 172 milliseconds