Searched refs:SelectPostLoadLane (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 160 void SelectPostLoadLane(SDNode *N, unsigned NumVecs, unsigned Opc); 1366 void AArch64DAGToDAGISel::SelectPostLoadLane(SDNode *N, unsigned NumVecs, in SelectPostLoadLane() function in AArch64DAGToDAGISel 3813 SelectPostLoadLane(Node, 1, AArch64::LD1i8_POST); in Select() 3817 SelectPostLoadLane(Node, 1, AArch64::LD1i16_POST); in Select() 3821 SelectPostLoadLane(Node, 1, AArch64::LD1i32_POST); in Select() 3825 SelectPostLoadLane(Node, 1, AArch64::LD1i64_POST); in Select() 3832 SelectPostLoadLane(Node, 2, AArch64::LD2i8_POST); in Select() 3836 SelectPostLoadLane(Node, 2, AArch64::LD2i16_POST); in Select() 3840 SelectPostLoadLane(Node, 2, AArch64::LD2i32_POST); in Select() 3844 SelectPostLoadLane(Node, 2, AArch64::LD2i64_POST); in Select() [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 159 void SelectPostLoadLane(SDNode *N, unsigned NumVecs, unsigned Opc); 1298 void AArch64DAGToDAGISel::SelectPostLoadLane(SDNode *N, unsigned NumVecs, in SelectPostLoadLane() function in AArch64DAGToDAGISel 3602 SelectPostLoadLane(Node, 1, AArch64::LD1i8_POST); in Select() 3606 SelectPostLoadLane(Node, 1, AArch64::LD1i16_POST); in Select() 3610 SelectPostLoadLane(Node, 1, AArch64::LD1i32_POST); in Select() 3614 SelectPostLoadLane(Node, 1, AArch64::LD1i64_POST); in Select() 3621 SelectPostLoadLane(Node, 2, AArch64::LD2i8_POST); in Select() 3625 SelectPostLoadLane(Node, 2, AArch64::LD2i16_POST); in Select() 3629 SelectPostLoadLane(Node, 2, AArch64::LD2i32_POST); in Select() 3633 SelectPostLoadLane(Node, 2, AArch64::LD2i64_POST); in Select() [all …]
|