Lines Matching refs:SelectStore

161   SDNode *SelectStore(SDNode *N, unsigned NumVecs, unsigned Opc);
1187 SDNode *AArch64DAGToDAGISel::SelectStore(SDNode *N, unsigned NumVecs, in SelectStore() function in AArch64DAGToDAGISel
2725 return SelectStore(Node, 2, AArch64::ST1Twov8b); in Select()
2727 return SelectStore(Node, 2, AArch64::ST1Twov16b); in Select()
2729 return SelectStore(Node, 2, AArch64::ST1Twov4h); in Select()
2731 return SelectStore(Node, 2, AArch64::ST1Twov8h); in Select()
2733 return SelectStore(Node, 2, AArch64::ST1Twov2s); in Select()
2735 return SelectStore(Node, 2, AArch64::ST1Twov4s); in Select()
2737 return SelectStore(Node, 2, AArch64::ST1Twov2d); in Select()
2739 return SelectStore(Node, 2, AArch64::ST1Twov1d); in Select()
2744 return SelectStore(Node, 3, AArch64::ST1Threev8b); in Select()
2746 return SelectStore(Node, 3, AArch64::ST1Threev16b); in Select()
2748 return SelectStore(Node, 3, AArch64::ST1Threev4h); in Select()
2750 return SelectStore(Node, 3, AArch64::ST1Threev8h); in Select()
2752 return SelectStore(Node, 3, AArch64::ST1Threev2s); in Select()
2754 return SelectStore(Node, 3, AArch64::ST1Threev4s); in Select()
2756 return SelectStore(Node, 3, AArch64::ST1Threev2d); in Select()
2758 return SelectStore(Node, 3, AArch64::ST1Threev1d); in Select()
2763 return SelectStore(Node, 4, AArch64::ST1Fourv8b); in Select()
2765 return SelectStore(Node, 4, AArch64::ST1Fourv16b); in Select()
2767 return SelectStore(Node, 4, AArch64::ST1Fourv4h); in Select()
2769 return SelectStore(Node, 4, AArch64::ST1Fourv8h); in Select()
2771 return SelectStore(Node, 4, AArch64::ST1Fourv2s); in Select()
2773 return SelectStore(Node, 4, AArch64::ST1Fourv4s); in Select()
2775 return SelectStore(Node, 4, AArch64::ST1Fourv2d); in Select()
2777 return SelectStore(Node, 4, AArch64::ST1Fourv1d); in Select()
2782 return SelectStore(Node, 2, AArch64::ST2Twov8b); in Select()
2784 return SelectStore(Node, 2, AArch64::ST2Twov16b); in Select()
2786 return SelectStore(Node, 2, AArch64::ST2Twov4h); in Select()
2788 return SelectStore(Node, 2, AArch64::ST2Twov8h); in Select()
2790 return SelectStore(Node, 2, AArch64::ST2Twov2s); in Select()
2792 return SelectStore(Node, 2, AArch64::ST2Twov4s); in Select()
2794 return SelectStore(Node, 2, AArch64::ST2Twov2d); in Select()
2796 return SelectStore(Node, 2, AArch64::ST1Twov1d); in Select()
2801 return SelectStore(Node, 3, AArch64::ST3Threev8b); in Select()
2803 return SelectStore(Node, 3, AArch64::ST3Threev16b); in Select()
2805 return SelectStore(Node, 3, AArch64::ST3Threev4h); in Select()
2807 return SelectStore(Node, 3, AArch64::ST3Threev8h); in Select()
2809 return SelectStore(Node, 3, AArch64::ST3Threev2s); in Select()
2811 return SelectStore(Node, 3, AArch64::ST3Threev4s); in Select()
2813 return SelectStore(Node, 3, AArch64::ST3Threev2d); in Select()
2815 return SelectStore(Node, 3, AArch64::ST1Threev1d); in Select()
2820 return SelectStore(Node, 4, AArch64::ST4Fourv8b); in Select()
2822 return SelectStore(Node, 4, AArch64::ST4Fourv16b); in Select()
2824 return SelectStore(Node, 4, AArch64::ST4Fourv4h); in Select()
2826 return SelectStore(Node, 4, AArch64::ST4Fourv8h); in Select()
2828 return SelectStore(Node, 4, AArch64::ST4Fourv2s); in Select()
2830 return SelectStore(Node, 4, AArch64::ST4Fourv4s); in Select()
2832 return SelectStore(Node, 4, AArch64::ST4Fourv2d); in Select()
2834 return SelectStore(Node, 4, AArch64::ST1Fourv1d); in Select()