Lines Matching refs:SelectPostLoadLane
328 void SelectPostLoadLane(SDNode *N, unsigned NumVecs, unsigned Opc);
1757 void AArch64DAGToDAGISel::SelectPostLoadLane(SDNode *N, unsigned NumVecs, in SelectPostLoadLane() function in AArch64DAGToDAGISel
4723 SelectPostLoadLane(Node, 1, AArch64::LD1i8_POST); in Select()
4727 SelectPostLoadLane(Node, 1, AArch64::LD1i16_POST); in Select()
4731 SelectPostLoadLane(Node, 1, AArch64::LD1i32_POST); in Select()
4735 SelectPostLoadLane(Node, 1, AArch64::LD1i64_POST); in Select()
4742 SelectPostLoadLane(Node, 2, AArch64::LD2i8_POST); in Select()
4746 SelectPostLoadLane(Node, 2, AArch64::LD2i16_POST); in Select()
4750 SelectPostLoadLane(Node, 2, AArch64::LD2i32_POST); in Select()
4754 SelectPostLoadLane(Node, 2, AArch64::LD2i64_POST); in Select()
4761 SelectPostLoadLane(Node, 3, AArch64::LD3i8_POST); in Select()
4765 SelectPostLoadLane(Node, 3, AArch64::LD3i16_POST); in Select()
4769 SelectPostLoadLane(Node, 3, AArch64::LD3i32_POST); in Select()
4773 SelectPostLoadLane(Node, 3, AArch64::LD3i64_POST); in Select()
4780 SelectPostLoadLane(Node, 4, AArch64::LD4i8_POST); in Select()
4784 SelectPostLoadLane(Node, 4, AArch64::LD4i16_POST); in Select()
4788 SelectPostLoadLane(Node, 4, AArch64::LD4i32_POST); in Select()
4792 SelectPostLoadLane(Node, 4, AArch64::LD4i64_POST); in Select()