Searched refs:ByteTy (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 645 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in createHvxPrefixPred() local 656 SDValue T = DAG.getNode(HexagonISD::Q2V, dl, ByteTy, PredV); in createHvxPrefixPred() 667 SDValue S = DAG.getVectorShuffle(ByteTy, dl, T, DAG.getUNDEF(ByteTy), Mask); in createHvxPrefixPred() 677 SDValue M = DAG.getNode(HexagonISD::Q2V, dl, ByteTy, Q); in createHvxPrefixPred() 678 return DAG.getNode(ISD::AND, dl, ByteTy, S, M); in createHvxPrefixPred() 722 SDValue Vec = ZeroFill ? getZero(dl, ByteTy, DAG) : DAG.getUNDEF(ByteTy); in createHvxPrefixPred() 725 Vec = DAG.getNode(HexagonISD::VROR, dl, ByteTy, Vec, S4); in createHvxPrefixPred() 726 Vec = DAG.getNode(HexagonISD::VINSERTW0, dl, ByteTy, Vec, W); in createHvxPrefixPred() 800 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in buildHvxVectorPred() local 801 SDValue ByteVec = buildHvxVectorReg(Bytes, dl, ByteTy, DAG); in buildHvxVectorPred() [all …]
|
| H A D | HexagonVectorCombine.cpp | 934 IntegerType *ByteTy = Type::getInt8Ty(F.getContext()); in getByteTy() local 936 return ByteTy; in getByteTy() 937 return VectorType::get(ByteTy, ElemCount, /*Scalable*/ false); in getByteTy()
|
| H A D | HexagonISelDAGToDAGHVX.cpp | 1181 MVT ByteTy = getSingleVT(MVT::i8); in vmuxs() local 1185 Results.push(Hexagon::V6_vd0, ByteTy, {}); in vmuxs() 1187 Results.push(Hexagon::V6_vmux, ByteTy, {OpRef::res(-1), Vb, Va}); in vmuxs()
|