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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp152 SDNode *SelectPostStore(SDNode *N, unsigned NumVecs, unsigned Opc);
1068 SDNode *AArch64DAGToDAGISel::SelectPostStore(SDNode *N, unsigned NumVecs, function in class:AArch64DAGToDAGISel
2846 return SelectPostStore(Node, 2, AArch64::ST2Twov8b_POST);
2848 return SelectPostStore(Node, 2, AArch64::ST2Twov16b_POST);
2850 return SelectPostStore(Node, 2, AArch64::ST2Twov4h_POST);
2852 return SelectPostStore(Node, 2, AArch64::ST2Twov8h_POST);
2854 return SelectPostStore(Node, 2, AArch64::ST2Twov2s_POST);
2856 return SelectPostStore(Node, 2, AArch64::ST2Twov4s_POST);
2858 return SelectPostStore(Node, 2, AArch64::ST2Twov2d_POST);
2860 return SelectPostStore(Nod
[all...]

Completed in 58 milliseconds