Searched refs:RowType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 341 for (RowType &Row : Table) in PermNetwork() 375 using RowType = std::vector<uint8_t>; typedef 376 std::vector<RowType> Table; 390 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step); 404 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step); 420 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step); 424 bool ForwardDeltaNetwork::route(ElemType *P, RowType *T, unsigned Size, in route() 469 bool ReverseDeltaNetwork::route(ElemType *P, RowType *T, unsigned Size, in route() 541 bool BenesNetwork::route(ElemType *P, RowType *T, unsigned Size, in route()
|