Searched refs:typeJoin (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 441 MVT typeJoin(const TypePair &Tys) const;
|
| H A D | HexagonISelLoweringHVX.cpp | 507 HexagonTargetLowering::typeJoin(const TypePair &Tys) const { in typeJoin() function in HexagonTargetLowering 550 return DAG.getNode(ISD::CONCAT_VECTORS, dl, typeJoin(ty(Ops)), in opJoin() 2480 MVT PairTy = typeJoin({VecTy, VecTy}); in emitHvxMulHsV60() 2538 MVT PairTy = typeJoin({VecTy, VecTy}); in emitHvxMulLoHiV60() 2615 MVT PairTy = typeJoin({VecTy, VecTy}); in emitHvxMulLoHiV62()
|
| H A D | HexagonISelLowering.cpp | 2328 getCombine(Op1, Op0, dl, typeJoin({ty(Op1), ty(Op0)}), DAG); in LowerVECTOR_SHUFFLE() 2335 getCombine(Op0, Op1, dl, typeJoin({ty(Op0), ty(Op1)}), DAG); in LowerVECTOR_SHUFFLE()
|