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

References

lib/Target/ARM/ARMExpandPseudoInsts.cpp
  586   assert(TableEntry && !TableEntry->IsLoad && "NEONLdStTable lookup failed");
  586   assert(TableEntry && !TableEntry->IsLoad && "NEONLdStTable lookup failed");
  587   NEONRegSpacing RegSpc = (NEONRegSpacing)TableEntry->RegSpacing;
  588   unsigned NumRegs = TableEntry->NumRegs;
  591                                     TII->get(TableEntry->RealOpc));
  593   if (TableEntry->isUpdating)
  600   if (TableEntry->hasWritebackOperand) {
  609     if (TableEntry->RealOpc == ARM::VST1d8Qwb_fixed ||
  610         TableEntry->RealOpc == ARM::VST1d16Qwb_fixed ||
  611         TableEntry->RealOpc == ARM::VST1d32Qwb_fixed ||
  612         TableEntry->RealOpc == ARM::VST1d64Qwb_fixed ||
  613         TableEntry->RealOpc == ARM::VST1d8Twb_fixed ||
  614         TableEntry->RealOpc == ARM::VST1d16Twb_fixed ||
  615         TableEntry->RealOpc == ARM::VST1d32Twb_fixed ||
  616         TableEntry->RealOpc == ARM::VST1d64Twb_fixed) {
  631   if (NumRegs > 1 && TableEntry->copyAllListRegs)
  633   if (NumRegs > 2 && TableEntry->copyAllListRegs)
  635   if (NumRegs > 3 && TableEntry->copyAllListRegs)