Searched refs:SelectPostStore (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 422 void SelectPostStore(SDNode *N, unsigned NumVecs, unsigned Opc); 2330 void AArch64DAGToDAGISel::SelectPostStore(SDNode *N, unsigned NumVecs, in SelectPostStore() function in AArch64DAGToDAGISel 7131 SelectPostStore(Node, 2, AArch64::ST2Twov8b_POST); in Select() 7134 SelectPostStore(Node, 2, AArch64::ST2Twov16b_POST); in Select() 7137 SelectPostStore(Node, 2, AArch64::ST2Twov4h_POST); in Select() 7140 SelectPostStore(Node, 2, AArch64::ST2Twov8h_POST); in Select() 7143 SelectPostStore(Node, 2, AArch64::ST2Twov2s_POST); in Select() 7146 SelectPostStore(Node, 2, AArch64::ST2Twov4s_POST); in Select() 7149 SelectPostStore(Node, 2, AArch64::ST2Twov2d_POST); in Select() 7152 SelectPostStore(Node, 2, AArch64::ST1Twov1d_POST); in Select() [all …]
|