Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp470 unsigned Pets = Log-1 - Step; in route() local
509 T[J][Pets] = S; in route()
519 if (T[J][Pets] == Switch) in route()
521 if (T[J+Size/2][Pets] == Switch) in route()
548 unsigned Pets = 2*Log-1 - Step; in route() local
571 T[J][Pets] = (J < Num/2) ? Pass : Switch; in route()
578 T[J][Pets] = (J < Num/2) ? Switch : Pass; in route()
590 if (T[J][Pets] == Switch) in route()
592 if (T[J+Num/2][Pets] == Switch) in route()