Searched refs:typeJoin (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.h | 407 MVT typeJoin(const TypePair &Tys) const;
|
| D | HexagonISelLoweringHVX.cpp | 323 HexagonTargetLowering::typeJoin(const TypePair &Tys) const { in typeJoin() function in HexagonTargetLowering 366 return DAG.getNode(ISD::CONCAT_VECTORS, dl, typeJoin(ty(Ops)), in opJoin() 1544 MVT PairTy = typeJoin({ResTy, ResTy}); in LowerHvxMulh() 1566 MVT PairTy = typeJoin({ResTy, ResTy}); in LowerHvxMulh()
|
| D | HexagonISelLowering.cpp | 2248 typeJoin({ty(Op1), ty(Op0)}), {Op1, Op0}); in LowerVECTOR_SHUFFLE() 2255 typeJoin({ty(Op0), ty(Op1)}), {Op0, Op1}); in LowerVECTOR_SHUFFLE()
|