Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp341 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()
/external/eigen/Eigen/src/SVD/
DJacobiSVD.h510 typedef typename internal::plain_row_type<MatrixType>::type RowType;