Searched refs:SelectTable (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 151 void SelectTable(SDNode *N, unsigned NumVecs, unsigned Opc, bool isExt); 1076 void AArch64DAGToDAGISel::SelectTable(SDNode *N, unsigned NumVecs, unsigned Opc, in SelectTable() function in AArch64DAGToDAGISel 3259 SelectTable(Node, 2, in Select() 3264 SelectTable(Node, 3, VT == MVT::v8i8 ? AArch64::TBLv8i8Three in Select() 3269 SelectTable(Node, 4, VT == MVT::v8i8 ? AArch64::TBLv8i8Four in Select() 3274 SelectTable(Node, 2, in Select() 3279 SelectTable(Node, 3, VT == MVT::v8i8 ? AArch64::TBXv8i8Three in Select() 3284 SelectTable(Node, 4, VT == MVT::v8i8 ? AArch64::TBXv8i8Four in Select()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 150 void SelectTable(SDNode *N, unsigned NumVecs, unsigned Opc, bool isExt); 1019 void AArch64DAGToDAGISel::SelectTable(SDNode *N, unsigned NumVecs, unsigned Opc, in SelectTable() function in AArch64DAGToDAGISel 3048 SelectTable(Node, 2, in Select() 3053 SelectTable(Node, 3, VT == MVT::v8i8 ? AArch64::TBLv8i8Three in Select() 3058 SelectTable(Node, 4, VT == MVT::v8i8 ? AArch64::TBLv8i8Four in Select() 3063 SelectTable(Node, 2, in Select() 3068 SelectTable(Node, 3, VT == MVT::v8i8 ? AArch64::TBXv8i8Three in Select() 3073 SelectTable(Node, 4, VT == MVT::v8i8 ? AArch64::TBXv8i8Four in Select()
|