Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp151 SDNode *SelectStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc);
1276 SDNode *AArch64DAGToDAGISel::SelectStoreLane(SDNode *N, unsigned NumVecs, in SelectStoreLane() function in AArch64DAGToDAGISel
2620 return SelectStoreLane(Node, 2, AArch64::ST2i8); in Select()
2623 return SelectStoreLane(Node, 2, AArch64::ST2i16); in Select()
2626 return SelectStoreLane(Node, 2, AArch64::ST2i32); in Select()
2629 return SelectStoreLane(Node, 2, AArch64::ST2i64); in Select()
2634 return SelectStoreLane(Node, 3, AArch64::ST3i8); in Select()
2637 return SelectStoreLane(Node, 3, AArch64::ST3i16); in Select()
2640 return SelectStoreLane(Node, 3, AArch64::ST3i32); in Select()
2643 return SelectStoreLane(Node, 3, AArch64::ST3i64); in Select()
[all …]