Searched refs:SelectPostLoad (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 157 void SelectPostLoad(SDNode *N, unsigned NumVecs, unsigned Opc, 1218 void AArch64DAGToDAGISel::SelectPostLoad(SDNode *N, unsigned NumVecs, in SelectPostLoad() function in AArch64DAGToDAGISel 3533 SelectPostLoad(Node, 2, AArch64::LD2Twov8b_POST, AArch64::dsub0); in Select() 3536 SelectPostLoad(Node, 2, AArch64::LD2Twov16b_POST, AArch64::qsub0); in Select() 3539 SelectPostLoad(Node, 2, AArch64::LD2Twov4h_POST, AArch64::dsub0); in Select() 3542 SelectPostLoad(Node, 2, AArch64::LD2Twov8h_POST, AArch64::qsub0); in Select() 3545 SelectPostLoad(Node, 2, AArch64::LD2Twov2s_POST, AArch64::dsub0); in Select() 3548 SelectPostLoad(Node, 2, AArch64::LD2Twov4s_POST, AArch64::qsub0); in Select() 3551 SelectPostLoad(Node, 2, AArch64::LD1Twov1d_POST, AArch64::dsub0); in Select() 3554 SelectPostLoad(Node, 2, AArch64::LD2Twov2d_POST, AArch64::qsub0); in Select() [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 156 void SelectPostLoad(SDNode *N, unsigned NumVecs, unsigned Opc, 1155 void AArch64DAGToDAGISel::SelectPostLoad(SDNode *N, unsigned NumVecs, in SelectPostLoad() function in AArch64DAGToDAGISel 3322 SelectPostLoad(Node, 2, AArch64::LD2Twov8b_POST, AArch64::dsub0); in Select() 3325 SelectPostLoad(Node, 2, AArch64::LD2Twov16b_POST, AArch64::qsub0); in Select() 3328 SelectPostLoad(Node, 2, AArch64::LD2Twov4h_POST, AArch64::dsub0); in Select() 3331 SelectPostLoad(Node, 2, AArch64::LD2Twov8h_POST, AArch64::qsub0); in Select() 3334 SelectPostLoad(Node, 2, AArch64::LD2Twov2s_POST, AArch64::dsub0); in Select() 3337 SelectPostLoad(Node, 2, AArch64::LD2Twov4s_POST, AArch64::qsub0); in Select() 3340 SelectPostLoad(Node, 2, AArch64::LD1Twov1d_POST, AArch64::dsub0); in Select() 3343 SelectPostLoad(Node, 2, AArch64::LD2Twov2d_POST, AArch64::qsub0); in Select() [all …]
|