Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp476 unsigned Pets = Log-1 - Step; in route() local
515 T[J][Pets] = S; in route()
525 if (T[J][Pets] == Switch) in route()
527 if (T[J+Size/2][Pets] == Switch) in route()
554 unsigned Pets = 2*Log-1 - Step; in route() local
577 T[J][Pets] = (J < Num/2) ? Pass : Switch; in route()
584 T[J][Pets] = (J < Num/2) ? Switch : Pass; in route()
596 if (T[J][Pets] == Switch) in route()
598 if (T[J+Num/2][Pets] == Switch) in route()