Lines Matching refs:SelectPostLoadLane
159 void SelectPostLoadLane(SDNode *N, unsigned NumVecs, unsigned Opc);
1298 void AArch64DAGToDAGISel::SelectPostLoadLane(SDNode *N, unsigned NumVecs, in SelectPostLoadLane() function in AArch64DAGToDAGISel
3602 SelectPostLoadLane(Node, 1, AArch64::LD1i8_POST); in Select()
3606 SelectPostLoadLane(Node, 1, AArch64::LD1i16_POST); in Select()
3610 SelectPostLoadLane(Node, 1, AArch64::LD1i32_POST); in Select()
3614 SelectPostLoadLane(Node, 1, AArch64::LD1i64_POST); in Select()
3621 SelectPostLoadLane(Node, 2, AArch64::LD2i8_POST); in Select()
3625 SelectPostLoadLane(Node, 2, AArch64::LD2i16_POST); in Select()
3629 SelectPostLoadLane(Node, 2, AArch64::LD2i32_POST); in Select()
3633 SelectPostLoadLane(Node, 2, AArch64::LD2i64_POST); in Select()
3640 SelectPostLoadLane(Node, 3, AArch64::LD3i8_POST); in Select()
3644 SelectPostLoadLane(Node, 3, AArch64::LD3i16_POST); in Select()
3648 SelectPostLoadLane(Node, 3, AArch64::LD3i32_POST); in Select()
3652 SelectPostLoadLane(Node, 3, AArch64::LD3i64_POST); in Select()
3659 SelectPostLoadLane(Node, 4, AArch64::LD4i8_POST); in Select()
3663 SelectPostLoadLane(Node, 4, AArch64::LD4i16_POST); in Select()
3667 SelectPostLoadLane(Node, 4, AArch64::LD4i32_POST); in Select()
3671 SelectPostLoadLane(Node, 4, AArch64::LD4i64_POST); in Select()