Searched refs:SelectStoreLane (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 423 void SelectStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc); 2478 void AArch64DAGToDAGISel::SelectStoreLane(SDNode *N, unsigned NumVecs, in SelectStoreLane() function in AArch64DAGToDAGISel 6651 SelectStoreLane(Node, 2, AArch64::ST2i8); in Select() 6655 SelectStoreLane(Node, 2, AArch64::ST2i16); in Select() 6659 SelectStoreLane(Node, 2, AArch64::ST2i32); in Select() 6663 SelectStoreLane(Node, 2, AArch64::ST2i64); in Select() 6670 SelectStoreLane(Node, 3, AArch64::ST3i8); in Select() 6674 SelectStoreLane(Node, 3, AArch64::ST3i16); in Select() 6678 SelectStoreLane(Node, 3, AArch64::ST3i32); in Select() 6682 SelectStoreLane(Node, 3, AArch64::ST3i64); in Select() [all …]
|