Searched refs:SelectTable (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 241 void SelectTable(SDNode *N, unsigned NumVecs, unsigned Opc, bool isExt); 1247 void AArch64DAGToDAGISel::SelectTable(SDNode *N, unsigned NumVecs, unsigned Opc, in SelectTable() function in AArch64DAGToDAGISel 3874 SelectTable(Node, 2, in Select() 3879 SelectTable(Node, 3, VT == MVT::v8i8 ? AArch64::TBLv8i8Three in Select() 3884 SelectTable(Node, 4, VT == MVT::v8i8 ? AArch64::TBLv8i8Four in Select() 3889 SelectTable(Node, 2, in Select() 3894 SelectTable(Node, 3, VT == MVT::v8i8 ? AArch64::TBXv8i8Three in Select() 3899 SelectTable(Node, 4, VT == MVT::v8i8 ? AArch64::TBXv8i8Four in Select()
|