Searched refs:SelectPostStoreLane (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 381 void SelectPostStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc); 2041 void AArch64DAGToDAGISel::SelectPostStoreLane(SDNode *N, unsigned NumVecs, in SelectPostStoreLane() function in AArch64DAGToDAGISel 5610 SelectPostStoreLane(Node, 2, AArch64::ST2i8_POST); in Select() 5614 SelectPostStoreLane(Node, 2, AArch64::ST2i16_POST); in Select() 5618 SelectPostStoreLane(Node, 2, AArch64::ST2i32_POST); in Select() 5622 SelectPostStoreLane(Node, 2, AArch64::ST2i64_POST); in Select() 5630 SelectPostStoreLane(Node, 3, AArch64::ST3i8_POST); in Select() 5634 SelectPostStoreLane(Node, 3, AArch64::ST3i16_POST); in Select() 5638 SelectPostStoreLane(Node, 3, AArch64::ST3i32_POST); in Select() 5642 SelectPostStoreLane(Node, 3, AArch64::ST3i64_POST); in Select() [all …]
|