Searched refs:ByteTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 645 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in createHvxPrefixPred() local 667 SDValue S = DAG.getVectorShuffle(ByteTy, dl, T, DAG.getUNDEF(ByteTy), Mask); in createHvxPrefixPred() 722 SDValue Vec = ZeroFill ? getZero(dl, ByteTy, DAG) : DAG.getUNDEF(ByteTy); in createHvxPrefixPred() 800 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in buildHvxVectorPred() local 836 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in extractHvxElementPred() local 897 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in insertHvxElementPred() local 959 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in extractHvxSubvectorPred() local 967 SDValue Undef = DAG.getUNDEF(ByteTy); in extractHvxSubvectorPred() 1122 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in insertHvxSubvectorPred() local 1221 DAG.getVectorShuffle(ByteTy, dl, Vor, DAG.getUNDEF(ByteTy), Mask); in compressHvxPred() [all …]
|
| H A D | HexagonVectorCombine.cpp | 939 IntegerType *ByteTy = Type::getInt8Ty(F.getContext()); in getByteTy() local 941 return ByteTy; in getByteTy() 942 return VectorType::get(ByteTy, ElemCount, /*Scalable*/ false); in getByteTy()
|
| H A D | HexagonISelDAGToDAGHVX.cpp | 1385 MVT ByteTy = getSingleVT(MVT::i8); in vmuxs() local 1389 Results.push(Hexagon::V6_vd0, ByteTy, {}); in vmuxs() 1391 Results.push(Hexagon::V6_vmux, ByteTy, {OpRef::res(-1), Vb, Va}); in vmuxs()
|