reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMBaseInstrInfo.cpp
 5263     if (!MOReg->isUndef())
 5264       InputRegs.push_back(RegSubRegPairAndIdx(MOReg->getReg(),
 5265                                               MOReg->getSubReg(), ARM::ssub_0));
 5267     MOReg = &MI.getOperand(2);
 5268     if (!MOReg->isUndef())
 5269       InputRegs.push_back(RegSubRegPairAndIdx(MOReg->getReg(),
 5270                                               MOReg->getSubReg(), ARM::ssub_1));