Searched defs:ByteTy (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 825 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in createHvxPrefixPred() local 980 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in buildHvxVectorPred() local 1016 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in extractHvxElementPred() local 1077 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in insertHvxElementPred() local 1139 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in extractHvxSubvectorPred() local 1302 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in insertHvxSubvectorPred() local 1358 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in compressHvxPred() local 1551 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in LowerHvxConcatVectors() local 2005 MVT ByteTy = MVT::getVectorVT(MVT::i8, HwLen); in LowerHvxMaskedOp() local
|
| H A D | HexagonVectorCombine.cpp | 941 IntegerType *ByteTy = Type::getInt8Ty(F.getContext()); in getByteTy() local
|
| H A D | HexagonISelDAGToDAGHVX.cpp | 1381 MVT ByteTy = getSingleVT(MVT::i8); in vmuxs() local
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | IRBuilderTest.cpp | 925 auto *ByteTy = DIB.createBasicType("byte0", 8, dwarf::DW_ATE_signed); in TEST_F() local 943 auto *ByteTy = DIB.createBasicType("byte1", 8, dwarf::DW_ATE_signed); in TEST_F() local
|