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

Declarations

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  192   void SelectPostStore(SDNode *N, unsigned NumVecs, unsigned Opc);

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
 3954       SelectPostStore(Node, 2, AArch64::ST2Twov8b_POST);
 3957       SelectPostStore(Node, 2, AArch64::ST2Twov16b_POST);
 3960       SelectPostStore(Node, 2, AArch64::ST2Twov4h_POST);
 3963       SelectPostStore(Node, 2, AArch64::ST2Twov8h_POST);
 3966       SelectPostStore(Node, 2, AArch64::ST2Twov2s_POST);
 3969       SelectPostStore(Node, 2, AArch64::ST2Twov4s_POST);
 3972       SelectPostStore(Node, 2, AArch64::ST2Twov2d_POST);
 3975       SelectPostStore(Node, 2, AArch64::ST1Twov1d_POST);
 3983       SelectPostStore(Node, 3, AArch64::ST3Threev8b_POST);
 3986       SelectPostStore(Node, 3, AArch64::ST3Threev16b_POST);
 3989       SelectPostStore(Node, 3, AArch64::ST3Threev4h_POST);
 3992       SelectPostStore(Node, 3, AArch64::ST3Threev8h_POST);
 3995       SelectPostStore(Node, 3, AArch64::ST3Threev2s_POST);
 3998       SelectPostStore(Node, 3, AArch64::ST3Threev4s_POST);
 4001       SelectPostStore(Node, 3, AArch64::ST3Threev2d_POST);
 4004       SelectPostStore(Node, 3, AArch64::ST1Threev1d_POST);
 4012       SelectPostStore(Node, 4, AArch64::ST4Fourv8b_POST);
 4015       SelectPostStore(Node, 4, AArch64::ST4Fourv16b_POST);
 4018       SelectPostStore(Node, 4, AArch64::ST4Fourv4h_POST);
 4021       SelectPostStore(Node, 4, AArch64::ST4Fourv8h_POST);
 4024       SelectPostStore(Node, 4, AArch64::ST4Fourv2s_POST);
 4027       SelectPostStore(Node, 4, AArch64::ST4Fourv4s_POST);
 4030       SelectPostStore(Node, 4, AArch64::ST4Fourv2d_POST);
 4033       SelectPostStore(Node, 4, AArch64::ST1Fourv1d_POST);
 4041       SelectPostStore(Node, 2, AArch64::ST1Twov8b_POST);
 4044       SelectPostStore(Node, 2, AArch64::ST1Twov16b_POST);
 4047       SelectPostStore(Node, 2, AArch64::ST1Twov4h_POST);
 4050       SelectPostStore(Node, 2, AArch64::ST1Twov8h_POST);
 4053       SelectPostStore(Node, 2, AArch64::ST1Twov2s_POST);
 4056       SelectPostStore(Node, 2, AArch64::ST1Twov4s_POST);
 4059       SelectPostStore(Node, 2, AArch64::ST1Twov1d_POST);
 4062       SelectPostStore(Node, 2, AArch64::ST1Twov2d_POST);
 4070       SelectPostStore(Node, 3, AArch64::ST1Threev8b_POST);
 4073       SelectPostStore(Node, 3, AArch64::ST1Threev16b_POST);
 4076       SelectPostStore(Node, 3, AArch64::ST1Threev4h_POST);
 4079       SelectPostStore(Node, 3, AArch64::ST1Threev8h_POST);
 4082       SelectPostStore(Node, 3, AArch64::ST1Threev2s_POST);
 4085       SelectPostStore(Node, 3, AArch64::ST1Threev4s_POST);
 4088       SelectPostStore(Node, 3, AArch64::ST1Threev1d_POST);
 4091       SelectPostStore(Node, 3, AArch64::ST1Threev2d_POST);
 4099       SelectPostStore(Node, 4, AArch64::ST1Fourv8b_POST);
 4102       SelectPostStore(Node, 4, AArch64::ST1Fourv16b_POST);
 4105       SelectPostStore(Node, 4, AArch64::ST1Fourv4h_POST);
 4108       SelectPostStore(Node, 4, AArch64::ST1Fourv8h_POST);
 4111       SelectPostStore(Node, 4, AArch64::ST1Fourv2s_POST);
 4114       SelectPostStore(Node, 4, AArch64::ST1Fourv4s_POST);
 4117       SelectPostStore(Node, 4, AArch64::ST1Fourv1d_POST);
 4120       SelectPostStore(Node, 4, AArch64::ST1Fourv2d_POST);