Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp269 void SelectPostStore(SDNode *N, unsigned NumVecs, unsigned Opc);
1549 void AArch64DAGToDAGISel::SelectPostStore(SDNode *N, unsigned NumVecs, in SelectPostStore() function in AArch64DAGToDAGISel
4580 SelectPostStore(Node, 2, AArch64::ST2Twov8b_POST); in Select()
4583 SelectPostStore(Node, 2, AArch64::ST2Twov16b_POST); in Select()
4586 SelectPostStore(Node, 2, AArch64::ST2Twov4h_POST); in Select()
4589 SelectPostStore(Node, 2, AArch64::ST2Twov8h_POST); in Select()
4592 SelectPostStore(Node, 2, AArch64::ST2Twov2s_POST); in Select()
4595 SelectPostStore(Node, 2, AArch64::ST2Twov4s_POST); in Select()
4598 SelectPostStore(Node, 2, AArch64::ST2Twov2d_POST); in Select()
4601 SelectPostStore(Node, 2, AArch64::ST1Twov1d_POST); in Select()
[all …]