Lines Matching refs:SelectPostLoadLane
374 void SelectPostLoadLane(SDNode *N, unsigned NumVecs, unsigned Opc);
2169 void AArch64DAGToDAGISel::SelectPostLoadLane(SDNode *N, unsigned NumVecs, in SelectPostLoadLane() function in AArch64DAGToDAGISel
6423 SelectPostLoadLane(Node, 1, AArch64::LD1i8_POST); in Select()
6427 SelectPostLoadLane(Node, 1, AArch64::LD1i16_POST); in Select()
6431 SelectPostLoadLane(Node, 1, AArch64::LD1i32_POST); in Select()
6435 SelectPostLoadLane(Node, 1, AArch64::LD1i64_POST); in Select()
6442 SelectPostLoadLane(Node, 2, AArch64::LD2i8_POST); in Select()
6446 SelectPostLoadLane(Node, 2, AArch64::LD2i16_POST); in Select()
6450 SelectPostLoadLane(Node, 2, AArch64::LD2i32_POST); in Select()
6454 SelectPostLoadLane(Node, 2, AArch64::LD2i64_POST); in Select()
6461 SelectPostLoadLane(Node, 3, AArch64::LD3i8_POST); in Select()
6465 SelectPostLoadLane(Node, 3, AArch64::LD3i16_POST); in Select()
6469 SelectPostLoadLane(Node, 3, AArch64::LD3i32_POST); in Select()
6473 SelectPostLoadLane(Node, 3, AArch64::LD3i64_POST); in Select()
6480 SelectPostLoadLane(Node, 4, AArch64::LD4i8_POST); in Select()
6484 SelectPostLoadLane(Node, 4, AArch64::LD4i16_POST); in Select()
6488 SelectPostLoadLane(Node, 4, AArch64::LD4i32_POST); in Select()
6492 SelectPostLoadLane(Node, 4, AArch64::LD4i64_POST); in Select()