Searched defs:DstRegD (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1193 unsigned DstRegD = TRI->getMatchingSuperReg(DstRegS, ARM::ssub_0, local
1197 if (!DstRegD || !SrcRegD)
1200 // We want to widen this into a DstRegD = VMOVD SrcRegD copy. This is only
1201 // legal if the COPY already defines the full DstRegD, and it isn't a
1203 if (!MI->definesRegister(DstRegD, TRI) || MI->readsRegister(DstRegD, TRI))
1214 // Get rid of the old <imp-def> of DstRegD. Leave it if it defines a Q-reg
1216 int ImpDefIdx = MI->findRegisterDefOperandIdx(DstRegD);
1222 MI->getOperand(0).setReg(DstRegD);

Completed in 87 milliseconds