reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
396 MVT typeJoin(const TypePair &Tys) const;
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});