Searched refs:SelectStoreLane (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 164 void SelectStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc); 1421 void AArch64DAGToDAGISel::SelectStoreLane(SDNode *N, unsigned NumVecs, in SelectStoreLane() function in AArch64DAGToDAGISel 3473 SelectStoreLane(Node, 2, AArch64::ST2i8); in Select() 3477 SelectStoreLane(Node, 2, AArch64::ST2i16); in Select() 3481 SelectStoreLane(Node, 2, AArch64::ST2i32); in Select() 3485 SelectStoreLane(Node, 2, AArch64::ST2i64); in Select() 3492 SelectStoreLane(Node, 3, AArch64::ST3i8); in Select() 3496 SelectStoreLane(Node, 3, AArch64::ST3i16); in Select() 3500 SelectStoreLane(Node, 3, AArch64::ST3i32); in Select() 3504 SelectStoreLane(Node, 3, AArch64::ST3i64); in Select() [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 163 void SelectStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc); 1353 void AArch64DAGToDAGISel::SelectStoreLane(SDNode *N, unsigned NumVecs, in SelectStoreLane() function in AArch64DAGToDAGISel 3262 SelectStoreLane(Node, 2, AArch64::ST2i8); in Select() 3266 SelectStoreLane(Node, 2, AArch64::ST2i16); in Select() 3270 SelectStoreLane(Node, 2, AArch64::ST2i32); in Select() 3274 SelectStoreLane(Node, 2, AArch64::ST2i64); in Select() 3281 SelectStoreLane(Node, 3, AArch64::ST3i8); in Select() 3285 SelectStoreLane(Node, 3, AArch64::ST3i16); in Select() 3289 SelectStoreLane(Node, 3, AArch64::ST3i32); in Select() 3293 SelectStoreLane(Node, 3, AArch64::ST3i64); in Select() [all …]
|