reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
  476   Coloring G({P,Size});
  483     ElemType I = P[J];
  516     ElemType PJ = P[J];         // Current values of P[J]
  517     ElemType PC = P[J+Size/2];  // and P[conj(J)]
  524     P[J] = QJ;
  525     P[J+Size/2] = QC;
  529     if (P[J] != Ignore && P[J] >= Num/2)
  529     if (P[J] != Ignore && P[J] >= Num/2)
  530       P[J] -= Num/2;
  533     if (UseUp && !route(P, T, Size/2, Step+1))
  535     if (UseDown && !route(P+Size/2, T+Size/2, Size/2, Step+1))