Searched refs:SelectPostStore (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 150 SDNode *SelectPostStore(SDNode *N, unsigned NumVecs, unsigned Opc); 1125 SDNode *AArch64DAGToDAGISel::SelectPostStore(SDNode *N, unsigned NumVecs, in SelectPostStore() function in AArch64DAGToDAGISel 2911 return SelectPostStore(Node, 2, AArch64::ST2Twov8b_POST); in Select() 2913 return SelectPostStore(Node, 2, AArch64::ST2Twov16b_POST); in Select() 2915 return SelectPostStore(Node, 2, AArch64::ST2Twov4h_POST); in Select() 2917 return SelectPostStore(Node, 2, AArch64::ST2Twov8h_POST); in Select() 2919 return SelectPostStore(Node, 2, AArch64::ST2Twov2s_POST); in Select() 2921 return SelectPostStore(Node, 2, AArch64::ST2Twov4s_POST); in Select() 2923 return SelectPostStore(Node, 2, AArch64::ST2Twov2d_POST); in Select() 2925 return SelectPostStore(Node, 2, AArch64::ST1Twov1d_POST); in Select() [all …]
|