Searched refs:RowType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 340 for (RowType &Row : Table) in PermNetwork() 374 using RowType = std::vector<uint8_t>; typedef 375 std::vector<RowType> Table; 389 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step); 403 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step); 419 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step); 423 bool ForwardDeltaNetwork::route(ElemType *P, RowType *T, unsigned Size, in route() 468 bool ReverseDeltaNetwork::route(ElemType *P, RowType *T, unsigned Size, in route() 540 bool BenesNetwork::route(ElemType *P, RowType *T, unsigned Size, in route()
|