Searched refs:SelectStoreLane (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 380 void SelectStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc); 2012 void AArch64DAGToDAGISel::SelectStoreLane(SDNode *N, unsigned NumVecs, in SelectStoreLane() function in AArch64DAGToDAGISel 4968 SelectStoreLane(Node, 2, AArch64::ST2i8); in Select() 4972 SelectStoreLane(Node, 2, AArch64::ST2i16); in Select() 4976 SelectStoreLane(Node, 2, AArch64::ST2i32); in Select() 4980 SelectStoreLane(Node, 2, AArch64::ST2i64); in Select() 4987 SelectStoreLane(Node, 3, AArch64::ST3i8); in Select() 4991 SelectStoreLane(Node, 3, AArch64::ST3i16); in Select() 4995 SelectStoreLane(Node, 3, AArch64::ST3i32); in Select() 4999 SelectStoreLane(Node, 3, AArch64::ST3i64); in Select() [all …]
|