Home
last modified time | relevance | path

Searched refs:SelectPostLoadLane (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp147 SDNode *SelectPostLoadLane(SDNode *N, unsigned NumVecs, unsigned Opc);
1221 SDNode *AArch64DAGToDAGISel::SelectPostLoadLane(SDNode *N, unsigned NumVecs, in SelectPostLoadLane() function in AArch64DAGToDAGISel
2854 return SelectPostLoadLane(Node, 1, AArch64::LD1i8_POST); in Select()
2857 return SelectPostLoadLane(Node, 1, AArch64::LD1i16_POST); in Select()
2860 return SelectPostLoadLane(Node, 1, AArch64::LD1i32_POST); in Select()
2863 return SelectPostLoadLane(Node, 1, AArch64::LD1i64_POST); in Select()
2868 return SelectPostLoadLane(Node, 2, AArch64::LD2i8_POST); in Select()
2871 return SelectPostLoadLane(Node, 2, AArch64::LD2i16_POST); in Select()
2874 return SelectPostLoadLane(Node, 2, AArch64::LD2i32_POST); in Select()
2877 return SelectPostLoadLane(Node, 2, AArch64::LD2i64_POST); in Select()
[all …]