Searched refs:SelectPostStoreLane (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 424 void SelectPostStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc); 2506 void AArch64DAGToDAGISel::SelectPostStoreLane(SDNode *N, unsigned NumVecs, in SelectPostStoreLane() function in AArch64DAGToDAGISel 7305 SelectPostStoreLane(Node, 2, AArch64::ST2i8_POST); in Select() 7309 SelectPostStoreLane(Node, 2, AArch64::ST2i16_POST); in Select() 7313 SelectPostStoreLane(Node, 2, AArch64::ST2i32_POST); in Select() 7317 SelectPostStoreLane(Node, 2, AArch64::ST2i64_POST); in Select() 7325 SelectPostStoreLane(Node, 3, AArch64::ST3i8_POST); in Select() 7329 SelectPostStoreLane(Node, 3, AArch64::ST3i16_POST); in Select() 7333 SelectPostStoreLane(Node, 3, AArch64::ST3i32_POST); in Select() 7337 SelectPostStoreLane(Node, 3, AArch64::ST3i64_POST); in Select() [all …]
|