Searched defs:ByteTy (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 997 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in createHvxPrefixPred() local 1145 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); buildHvxVectorPred() local 1181 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); extractHvxElementPred() local 1242 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); insertHvxElementPred() local 1299 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); extractHvxSubvectorPred() local 1462 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); insertHvxSubvectorPred() local 1518 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); compressHvxPred() local 1750 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); LowerHvxConcatVectors() local 2216 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); LowerHvxMaskedOp() local [all...] |
H A D | HexagonISelDAGToDAGHVX.cpp | 1543 Results.push(Hexagon::V6_vd0, ByteTy, {}); in vmuxs() local
|
H A D | HexagonVectorCombine.cpp | 2182 IntegerType *ByteTy = Type::getInt8Ty(F.getContext()); in getByteTy() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 1097 auto *ByteTy = DIB.createBasicType("byte0", 8, dwarf::DW_ATE_signed); TEST_F() local 1115 auto *ByteTy = DIB.createBasicType("byte1", 8, dwarf::DW_ATE_signed); TEST_F() local
|