Lines Matching refs:SelectStoreLane
151 SDNode *SelectStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc);
1276 SDNode *AArch64DAGToDAGISel::SelectStoreLane(SDNode *N, unsigned NumVecs, in SelectStoreLane() function in AArch64DAGToDAGISel
2620 return SelectStoreLane(Node, 2, AArch64::ST2i8); in Select()
2623 return SelectStoreLane(Node, 2, AArch64::ST2i16); in Select()
2626 return SelectStoreLane(Node, 2, AArch64::ST2i32); in Select()
2629 return SelectStoreLane(Node, 2, AArch64::ST2i64); in Select()
2634 return SelectStoreLane(Node, 3, AArch64::ST3i8); in Select()
2637 return SelectStoreLane(Node, 3, AArch64::ST3i16); in Select()
2640 return SelectStoreLane(Node, 3, AArch64::ST3i32); in Select()
2643 return SelectStoreLane(Node, 3, AArch64::ST3i64); in Select()
2648 return SelectStoreLane(Node, 4, AArch64::ST4i8); in Select()
2651 return SelectStoreLane(Node, 4, AArch64::ST4i16); in Select()
2654 return SelectStoreLane(Node, 4, AArch64::ST4i32); in Select()
2657 return SelectStoreLane(Node, 4, AArch64::ST4i64); in Select()