Searched refs:SelectTable (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 362 void SelectTable(SDNode *N, unsigned NumVecs, unsigned Opc, bool isExt); 1442 void AArch64DAGToDAGISel::SelectTable(SDNode *N, unsigned NumVecs, unsigned Opc, in SelectTable() function in AArch64DAGToDAGISel 5237 SelectTable(Node, 2, in Select() 5242 SelectTable(Node, 3, VT == MVT::v8i8 ? AArch64::TBLv8i8Three in Select() 5247 SelectTable(Node, 4, VT == MVT::v8i8 ? AArch64::TBLv8i8Four in Select() 5252 SelectTable(Node, 2, in Select() 5257 SelectTable(Node, 3, VT == MVT::v8i8 ? AArch64::TBXv8i8Three in Select() 5262 SelectTable(Node, 4, VT == MVT::v8i8 ? AArch64::TBXv8i8Four in Select()
|