Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp322 struct PermNetwork { struct
323 using Controls = std::vector<uint8_t>;
324 using ElemType = int;
325 static constexpr ElemType Ignore = ElemType(-1);
327 enum : uint8_t {
332 enum : uint8_t {
337 PermNetwork(ArrayRef<ElemType> Ord, unsigned Mult = 1) { in PermNetwork() argument
350 void getControls(Controls &V, unsigned StartAt, uint8_t Dir) const { in getControls()
367 uint8_t ctl(ElemType Pos, unsigned Step) const { in ctl()
370 unsigned size() const { in size()
[all …]