Searched refs:ByteTy (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 997 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in createHvxPrefixPred() local 1008 SDValue T = DAG.getNode(HexagonISD::Q2V, dl, ByteTy, PredV); in createHvxPrefixPred() 1019 SDValue S = DAG.getVectorShuffle(ByteTy, dl, T, DAG.getUNDEF(ByteTy), Mask); in createHvxPrefixPred() 1029 SDValue M = DAG.getNode(HexagonISD::Q2V, dl, ByteTy, Q); in createHvxPrefixPred() 1030 return DAG.getNode(ISD::AND, dl, ByteTy, S, M); in createHvxPrefixPred() 1067 SDValue Vec = ZeroFill ? getZero(dl, ByteTy, DAG) : DAG.getUNDEF(ByteTy); in createHvxPrefixPred() 1070 Vec = DAG.getNode(HexagonISD::VROR, dl, ByteTy, Vec, S4); in createHvxPrefixPred() 1071 Vec = DAG.getNode(HexagonISD::VINSERTW0, dl, ByteTy, Vec, W); in createHvxPrefixPred() 1145 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in buildHvxVectorPred() local 1146 SDValue ByteVec = buildHvxVectorReg(Bytes, dl, ByteTy, DAG); in buildHvxVectorPred() [all …]
|
| H A D | HexagonISelDAGToDAGHVX.cpp | 1543 MVT ByteTy = getSingleVT(MVT::i8); in vmuxs() local 1547 Results.push(Hexagon::V6_vd0, ByteTy, {}); in vmuxs() 1549 Results.push(Hexagon::V6_vmux, ByteTy, {OpRef::res(-1), Vb, Va}); in vmuxs()
|
| H A D | HexagonVectorCombine.cpp | 2182 IntegerType *ByteTy = Type::getInt8Ty(F.getContext()); in getByteTy() local 2184 return ByteTy; in getByteTy() 2185 return VectorType::get(ByteTy, ElemCount, /*Scalable=*/false); in getByteTy()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 1137 IntegerType *ByteTy = IRB.getInt8Ty(); in foldMemChr() local 1140 IRB.CreateTrunc(Call->getArgOperand(1), ByteTy), BBNext, N); in foldMemChr() 1155 ConstantInt *CaseVal = ConstantInt::get(ByteTy, Str[I]); in foldMemChr()
|