Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp346 for (RowType &Row : Table) in PermNetwork()
380 using RowType = std::vector<uint8_t>; typedef
381 std::vector<RowType> Table;
395 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step);
409 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step);
425 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step);
429 bool ForwardDeltaNetwork::route(ElemType *P, RowType *T, unsigned Size, in route()
474 bool ReverseDeltaNetwork::route(ElemType *P, RowType *T, unsigned Size, in route()
546 bool BenesNetwork::route(ElemType *P, RowType *T, unsigned Size, in route()