Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp472 unsigned Pets = Log-1 - Step; in route() local
511 T[J][Pets] = S; in route()
521 if (T[J][Pets] == Switch) in route()
523 if (T[J+Size/2][Pets] == Switch) in route()
550 unsigned Pets = 2*Log-1 - Step; in route() local
573 T[J][Pets] = (J < Num/2) ? Pass : Switch; in route()
580 T[J][Pets] = (J < Num/2) ? Switch : Pass; in route()
592 if (T[J][Pets] == Switch) in route()
594 if (T[J+Num/2][Pets] == Switch) in route()