Home
last modified time | relevance | path

Searched defs:PermNetwork (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp318 struct PermNetwork { struct
319 using Controls = std::vector<uint8_t>;
320 using ElemType = int;
321 static constexpr ElemType Ignore = ElemType(-1);
323 enum : uint8_t {
328 enum : uint8_t {
333 PermNetwork(ArrayRef<ElemType> Ord, unsigned Mult = 1) { in PermNetwork() argument
346 void getControls(Controls &V, unsigned StartAt, uint8_t Dir) const { in getControls()
363 uint8_t ctl(ElemType Pos, unsigned Step) const { in ctl()
366 unsigned size() const { in size()
[all …]