Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp325 void SelectPostLoad(SDNode *N, unsigned NumVecs, unsigned Opc,
1511 void AArch64DAGToDAGISel::SelectPostLoad(SDNode *N, unsigned NumVecs, in SelectPostLoad() function in AArch64DAGToDAGISel
4611 SelectPostLoad(Node, 1, AArch64::LD1Rv8b_POST, AArch64::dsub0); in Select()
4617 SelectPostLoad(Node, 1, AArch64::LD1Rv4h_POST, AArch64::dsub0); in Select()
4620 SelectPostLoad(Node, 1, AArch64::LD1Rv8h_POST, AArch64::qsub0); in Select()
4623 SelectPostLoad(Node, 1, AArch64::LD1Rv2s_POST, AArch64::dsub0); in Select()
4626 SelectPostLoad(Node, 1, AArch64::LD1Rv4s_POST, AArch64::qsub0); in Select()
4629 SelectPostLoad(Node, 1, AArch64::LD1Rv1d_POST, AArch64::dsub0); in Select()
4632 SelectPostLoad(Node, 1, AArch64::LD1Rv2d_POST, AArch64::qsub0); in Select()
4639 SelectPostLoad(Node, 2, AArch64::LD2Rv8b_POST, AArch64::dsub0); in Select()
[all …]