Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp379 void SelectPostStore(SDNode *N, unsigned NumVecs, unsigned Opc);
1862 void AArch64DAGToDAGISel::SelectPostStore(SDNode *N, unsigned NumVecs, in SelectPostStore() function in AArch64DAGToDAGISel
5436 SelectPostStore(Node, 2, AArch64::ST2Twov8b_POST); in Select()
5439 SelectPostStore(Node, 2, AArch64::ST2Twov16b_POST); in Select()
5442 SelectPostStore(Node, 2, AArch64::ST2Twov4h_POST); in Select()
5445 SelectPostStore(Node, 2, AArch64::ST2Twov8h_POST); in Select()
5448 SelectPostStore(Node, 2, AArch64::ST2Twov2s_POST); in Select()
5451 SelectPostStore(Node, 2, AArch64::ST2Twov4s_POST); in Select()
5454 SelectPostStore(Node, 2, AArch64::ST2Twov2d_POST); in Select()
5457 SelectPostStore(Node, 2, AArch64::ST1Twov1d_POST); in Select()
[all …]