Searched refs:SelectPostLoad (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 250 void SelectPostLoad(SDNode *N, unsigned NumVecs, unsigned Opc, 1398 void AArch64DAGToDAGISel::SelectPostLoad(SDNode *N, unsigned NumVecs, in SelectPostLoad() function in AArch64DAGToDAGISel 4223 SelectPostLoad(Node, 2, AArch64::LD2Twov8b_POST, AArch64::dsub0); in Select() 4226 SelectPostLoad(Node, 2, AArch64::LD2Twov16b_POST, AArch64::qsub0); in Select() 4229 SelectPostLoad(Node, 2, AArch64::LD2Twov4h_POST, AArch64::dsub0); in Select() 4232 SelectPostLoad(Node, 2, AArch64::LD2Twov8h_POST, AArch64::qsub0); in Select() 4235 SelectPostLoad(Node, 2, AArch64::LD2Twov2s_POST, AArch64::dsub0); in Select() 4238 SelectPostLoad(Node, 2, AArch64::LD2Twov4s_POST, AArch64::qsub0); in Select() 4241 SelectPostLoad(Node, 2, AArch64::LD1Twov1d_POST, AArch64::dsub0); in Select() 4244 SelectPostLoad(Node, 2, AArch64::LD2Twov2d_POST, AArch64::qsub0); in Select() [all …]
|