Home
last modified time | relevance | path

Searched refs:RowType (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp342 for (RowType &Row : Table) in PermNetwork()
376 using RowType = std::vector<uint8_t>; typedef
377 std::vector<RowType> Table;
391 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step);
405 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step);
421 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step);
425 bool ForwardDeltaNetwork::route(ElemType *P, RowType *T, unsigned Size, in route()
470 bool ReverseDeltaNetwork::route(ElemType *P, RowType *T, unsigned Size, in route()
542 bool BenesNetwork::route(ElemType *P, RowType *T, unsigned Size, in route()