Searched refs:SelectPostLoad (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 371 void SelectPostLoad(SDNode *N, unsigned NumVecs, unsigned Opc, 1593 void AArch64DAGToDAGISel::SelectPostLoad(SDNode *N, unsigned NumVecs, in SelectPostLoad() function in AArch64DAGToDAGISel 6311 SelectPostLoad(Node, 1, AArch64::LD1Rv8b_POST, AArch64::dsub0); in Select() 6317 SelectPostLoad(Node, 1, AArch64::LD1Rv4h_POST, AArch64::dsub0); in Select() 6320 SelectPostLoad(Node, 1, AArch64::LD1Rv8h_POST, AArch64::qsub0); in Select() 6323 SelectPostLoad(Node, 1, AArch64::LD1Rv2s_POST, AArch64::dsub0); in Select() 6326 SelectPostLoad(Node, 1, AArch64::LD1Rv4s_POST, AArch64::qsub0); in Select() 6329 SelectPostLoad(Node, 1, AArch64::LD1Rv1d_POST, AArch64::dsub0); in Select() 6332 SelectPostLoad(Node, 1, AArch64::LD1Rv2d_POST, AArch64::qsub0); in Select() 6339 SelectPostLoad(Node, 2, AArch64::LD2Rv8b_POST, AArch64::dsub0); in Select() [all …]
|