Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp165 void SelectPostStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc);
1451 void AArch64DAGToDAGISel::SelectPostStoreLane(SDNode *N, unsigned NumVecs, in SelectPostStoreLane() function in AArch64DAGToDAGISel
4064 SelectPostStoreLane(Node, 2, AArch64::ST2i8_POST); in Select()
4068 SelectPostStoreLane(Node, 2, AArch64::ST2i16_POST); in Select()
4072 SelectPostStoreLane(Node, 2, AArch64::ST2i32_POST); in Select()
4076 SelectPostStoreLane(Node, 2, AArch64::ST2i64_POST); in Select()
4084 SelectPostStoreLane(Node, 3, AArch64::ST3i8_POST); in Select()
4088 SelectPostStoreLane(Node, 3, AArch64::ST3i16_POST); in Select()
4092 SelectPostStoreLane(Node, 3, AArch64::ST3i32_POST); in Select()
4096 SelectPostStoreLane(Node, 3, AArch64::ST3i64_POST); in Select()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp164 void SelectPostStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc);
1383 void AArch64DAGToDAGISel::SelectPostStoreLane(SDNode *N, unsigned NumVecs, in SelectPostStoreLane() function in AArch64DAGToDAGISel
3853 SelectPostStoreLane(Node, 2, AArch64::ST2i8_POST); in Select()
3857 SelectPostStoreLane(Node, 2, AArch64::ST2i16_POST); in Select()
3861 SelectPostStoreLane(Node, 2, AArch64::ST2i32_POST); in Select()
3865 SelectPostStoreLane(Node, 2, AArch64::ST2i64_POST); in Select()
3873 SelectPostStoreLane(Node, 3, AArch64::ST3i8_POST); in Select()
3877 SelectPostStoreLane(Node, 3, AArch64::ST3i16_POST); in Select()
3881 SelectPostStoreLane(Node, 3, AArch64::ST3i32_POST); in Select()
3885 SelectPostStoreLane(Node, 3, AArch64::ST3i64_POST); in Select()
[all …]