Searched defs:ByteVT (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 1338 Op = DAG.getVectorShuffle(ByteVT, DL, Op, DAG.getUNDEF(ByteVT), ShuffleMask); in ExpandBSWAP() local 1385 EVT ByteVT = EVT::getVectorVT(*DAG.getContext(), MVT::i8, BSWAPMask.size()); ExpandBITREVERSE() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 10962 MVT ByteVT = MVT::getVectorVT(MVT::i8, VT.getSizeInBits() / 8); lowerShuffleAsByteRotateAndPermute() local 11325 MVT ByteVT = MVT::getVectorVT(MVT::i8, VT.getSizeInBits() / 8); lowerShuffleAsByteRotate() local 31008 MVT ByteVT = MVT::getVectorVT(MVT::i8, VT.getSizeInBits() / 8); LowerVectorCTPOP() local 38415 MVT ByteVT = MVT::getVectorVT(MVT::i8, NumBytes); combineX86ShuffleChain() local 38446 MVT ByteVT = MVT::v16i8; combineX86ShuffleChain() local 44070 EVT ByteVT = VecVT.changeVectorElementType(MVT::i8); combineArithReduction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 19761 EVT ByteVT = LowerSVEIntrinsicEXT() local [all...] |