Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp117 ColorKind other(ColorKind Color) { in other()
119 return ColorKind::Red; in other()
120 return Color == ColorKind::Red ? ColorKind::Black : ColorKind::Red; in other()
244 ColorKind ColorN = other(ColorKind::None); in color()
297 case ColorKind::None: in dump()
299 case ColorKind::Red: in dump()
301 case ColorKind::Black: in dump()
482 ColorKind ColorUp = ColorKind::None; in route()
489 ColorKind C = M.at(I); in route()
556 ColorKind ColorUp = ColorKind::None; in route()
[all …]