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

References

lib/Target/ARM/ARMFastISel.cpp
 1076           StrOpc = ARM::t2STRBi8;
 1078           StrOpc = ARM::t2STRBi12;
 1080         StrOpc = ARM::STRBi12;
 1089           StrOpc = ARM::t2STRHi8;
 1091           StrOpc = ARM::t2STRHi12;
 1093         StrOpc = ARM::STRH;
 1103           StrOpc = ARM::t2STRi8;
 1105           StrOpc = ARM::t2STRi12;
 1107         StrOpc = ARM::STRi12;
 1120         StrOpc = isThumb2 ? ARM::t2STRi12 : ARM::STRi12;
 1122         StrOpc = ARM::VSTRS;
 1133       StrOpc = ARM::VSTRD;
 1140   SrcReg = constrainOperandRegClass(TII.get(StrOpc), SrcReg, 0);
 1142                                     TII.get(StrOpc))