Searched refs:SelectPostLoad (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 372 void SelectPostLoad(SDNode *N, unsigned NumVecs, unsigned Opc, 1758 void AArch64DAGToDAGISel::SelectPostLoad(SDNode *N, unsigned NumVecs, in SelectPostLoad() function in AArch64DAGToDAGISel 6774 SelectPostLoad(Node, 2, AArch64::LD2Twov8b_POST, AArch64::dsub0); in Select() 6777 SelectPostLoad(Node, 2, AArch64::LD2Twov16b_POST, AArch64::qsub0); in Select() 6780 SelectPostLoad(Node, 2, AArch64::LD2Twov4h_POST, AArch64::dsub0); in Select() 6783 SelectPostLoad(Node, 2, AArch64::LD2Twov8h_POST, AArch64::qsub0); in Select() 6786 SelectPostLoad(Node, 2, AArch64::LD2Twov2s_POST, AArch64::dsub0); in Select() 6789 SelectPostLoad(Node, 2, AArch64::LD2Twov4s_POST, AArch64::qsub0); in Select() 6792 SelectPostLoad(Node, 2, AArch64::LD1Twov1d_POST, AArch64::dsub0); in Select() 6795 SelectPostLoad(Node, 2, AArch64::LD2Twov2d_POST, AArch64::qsub0); in Select() [all …]
|