Searched refs:typeJoin (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 404 MVT typeJoin(const TypePair &Tys) const;
|
| H A D | HexagonISelLoweringHVX.cpp | 442 HexagonTargetLowering::typeJoin(const TypePair &Tys) const { in typeJoin() function in HexagonTargetLowering 485 return DAG.getNode(ISD::CONCAT_VECTORS, dl, typeJoin(ty(Ops)), in opJoin() 1767 MVT PairTy = typeJoin({ResTy, ResTy}); in LowerHvxMulh() 1789 MVT PairTy = typeJoin({ResTy, ResTy}); in LowerHvxMulh()
|
| H A D | HexagonISelLowering.cpp | 2263 typeJoin({ty(Op1), ty(Op0)}), {Op1, Op0}); in LowerVECTOR_SHUFFLE() 2270 typeJoin({ty(Op0), ty(Op1)}), {Op0, Op1}); in LowerVECTOR_SHUFFLE()
|