Searched refs:SelectPostStore (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 424 void SelectPostStore(SDNode *N, unsigned NumVecs, unsigned Opc); 2230 void AArch64DAGToDAGISel::SelectPostStore(SDNode *N, unsigned NumVecs, in SelectPostStore() function in AArch64DAGToDAGISel 6818 SelectPostStore(Node, 2, AArch64::ST2Twov8b_POST); in Select() 6821 SelectPostStore(Node, 2, AArch64::ST2Twov16b_POST); in Select() 6824 SelectPostStore(Node, 2, AArch64::ST2Twov4h_POST); in Select() 6827 SelectPostStore(Node, 2, AArch64::ST2Twov8h_POST); in Select() 6830 SelectPostStore(Node, 2, AArch64::ST2Twov2s_POST); in Select() 6833 SelectPostStore(Node, 2, AArch64::ST2Twov4s_POST); in Select() 6836 SelectPostStore(Node, 2, AArch64::ST2Twov2d_POST); in Select() 6839 SelectPostStore(Node, 2, AArch64::ST1Twov1d_POST); in Select() [all …]
|