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

Declarations

lib/Target/Hexagon/HexagonISelLowering.h
  396     MVT typeJoin(const TypePair &Tys) const;

References

lib/Target/Hexagon/HexagonISelLowering.cpp
 1986                                    typeJoin({ty(Op1), ty(Op0)}), {Op1, Op0});
 1993                                    typeJoin({ty(Op0), ty(Op1)}), {Op0, Op1});
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
  254   return DAG.getNode(ISD::CONCAT_VECTORS, dl, typeJoin(ty(Ops)),
 1397   MVT PairTy = typeJoin({ResTy, ResTy});