Lines Matching refs:SelectPostStoreLane
426 void SelectPostStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc);
2406 void AArch64DAGToDAGISel::SelectPostStoreLane(SDNode *N, unsigned NumVecs, in SelectPostStoreLane() function in AArch64DAGToDAGISel
6992 SelectPostStoreLane(Node, 2, AArch64::ST2i8_POST); in Select()
6996 SelectPostStoreLane(Node, 2, AArch64::ST2i16_POST); in Select()
7000 SelectPostStoreLane(Node, 2, AArch64::ST2i32_POST); in Select()
7004 SelectPostStoreLane(Node, 2, AArch64::ST2i64_POST); in Select()
7012 SelectPostStoreLane(Node, 3, AArch64::ST3i8_POST); in Select()
7016 SelectPostStoreLane(Node, 3, AArch64::ST3i16_POST); in Select()
7020 SelectPostStoreLane(Node, 3, AArch64::ST3i32_POST); in Select()
7024 SelectPostStoreLane(Node, 3, AArch64::ST3i64_POST); in Select()
7032 SelectPostStoreLane(Node, 4, AArch64::ST4i8_POST); in Select()
7036 SelectPostStoreLane(Node, 4, AArch64::ST4i16_POST); in Select()
7040 SelectPostStoreLane(Node, 4, AArch64::ST4i32_POST); in Select()
7044 SelectPostStoreLane(Node, 4, AArch64::ST4i64_POST); in Select()