Lines Matching refs:getVectorVT
880 return EVT::getVectorVT(Context, MVT::i1, VT.getVectorElementCount()); in getSetCCResultType()
1348 MVT MaskVT = MVT::getVectorVT(MVT::i1, ContainerVT.getVectorElementCount()); in getDefaultVLOps()
1515 MVT::getVectorVT(MVT::getIntegerVT(NumViaIntegerBits), in lowerBUILD_VECTOR()
1652 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, NumElts / SeqLen); in lowerBUILD_VECTOR()
1952 MVT MaskVT = MVT::getVectorVT(MVT::i1, NumElts); in lowerVECTOR_SHUFFLE()
2049 MVT::getVectorVT(MVT::i8, VT.getVectorElementCount() * (EltSizeBits / 8)); in expandUnalignedRVVLoad()
2080 MVT::getVectorVT(MVT::i8, VT.getVectorElementCount() * (EltSizeBits / 8)); in expandUnalignedRVVStore()
2135 auto BVT = EVT::getVectorVT(*DAG.getContext(), Op0VT, 1); in LowerOperation()
2147 SDValue BVec = DAG.getBitcast(EVT::getVectorVT(Context, VT, 1), Op0); in LowerOperation()
2237 EVT ResultVT = EVT::getVectorVT(Context, SrcEltVT, Count); in LowerOperation()
2404 MVT IVecVT = MVT::getVectorVT(MVT::getIntegerVT(EltVT.getSizeInBits()), in LowerOperation()
2416 MVT InterimFVT = MVT::getVectorVT(MVT::f32, VT.getVectorElementCount()); in LowerOperation()
2426 MVT InterimFVT = MVT::getVectorVT(MVT::f32, VT.getVectorElementCount()); in LowerOperation()
2434 MVT::getVectorVT(MVT::getIntegerVT(SrcEltVT.getSizeInBits() / 2), in LowerOperation()
3245 MVT::getVectorVT(MVT::i1, ContainerVT.getVectorElementCount()); in lowerVectorMaskExt()
3274 MVT ContainerVT = MVT::getVectorVT(VT.getVectorElementType(), in lowerFixedLengthVectorExtendToRVV()
3348 MVT WideVT = MVT::getVectorVT(MVT::i8, VecVT.getVectorElementCount()); in lowerINSERT_VECTOR_ELT()
3402 MVT::getVectorVT(MVT::i32, ContainerVT.getVectorElementCount() * 2); in lowerINSERT_VECTOR_ELT()
3446 MVT WideVT = MVT::getVectorVT(MVT::i8, VecVT.getVectorElementCount()); in lowerEXTRACT_VECTOR_ELT()
3462 MVT MaskVT = MVT::getVectorVT(MVT::i1, ContainerVT.getVectorElementCount()); in lowerEXTRACT_VECTOR_ELT()
3633 MVT MaskVT = MVT::getVectorVT(MVT::i1, VT.getVectorElementCount()); in LowerINTRINSIC_WO_CHAIN()
3664 MVT I32VT = MVT::getVectorVT(MVT::i32, VT.getVectorElementCount() * 2); in LowerINTRINSIC_WO_CHAIN()
3677 MVT I32MaskVT = MVT::getVectorVT(MVT::i1, I32VT.getVectorElementCount()); in LowerINTRINSIC_WO_CHAIN()
3928 MVT::getVectorVT(MVT::i8, SubVecVT.getVectorMinNumElements() / 8, in lowerINSERT_SUBVECTOR()
3930 VecVT = MVT::getVectorVT(MVT::i8, VecVT.getVectorMinNumElements() / 8, in lowerINSERT_SUBVECTOR()
4076 MVT::getVectorVT(MVT::i8, SubVecVT.getVectorMinNumElements() / 8, in lowerEXTRACT_SUBVECTOR()
4078 VecVT = MVT::getVectorVT(MVT::i8, VecVT.getVectorMinNumElements() / 8, in lowerEXTRACT_SUBVECTOR()
4249 IntVT = MVT::getVectorVT(MVT::i16, VecVT.getVectorElementCount()); in lowerVECTOR_REVERSE()
4355 MVT MaskVT = MVT::getVectorVT(MVT::i1, ContainerVT.getVectorElementCount()); in lowerMLOAD()
4391 MVT MaskVT = MVT::getVectorVT(MVT::i1, ContainerVT.getVectorElementCount()); in lowerMSTORE()
4423 MVT MaskVT = MVT::getVectorVT(MVT::i1, ContainerVT.getVectorElementCount()); in lowerFixedLengthVectorSetccToRVV()
4509 MVT::getVectorVT(MVT::i1, ContainerVT.getVectorElementCount()); in lowerFixedLengthVectorSelectToRVV()
4635 IndexVT = MVT::getVectorVT(IndexVT.getVectorElementType(), in lowerMGATHER()
4639 ContainerVT = MVT::getVectorVT(ContainerVT.getVectorElementType(), in lowerMGATHER()
4647 MVT::getVectorVT(MVT::i1, ContainerVT.getVectorElementCount()); in lowerMGATHER()
4716 IndexVT = MVT::getVectorVT(IndexVT.getVectorElementType(), in lowerMSCATTER()
4720 ContainerVT = MVT::getVectorVT(VT.getVectorElementType(), in lowerMSCATTER()
4729 MVT::getVectorVT(MVT::i1, ContainerVT.getVectorElementCount()); in lowerMSCATTER()
5102 SDValue BVec = DAG.getBitcast(EVT::getVectorVT(Context, VT, 1), Op0); in ReplaceNodeResults()
5214 MVT MaskVT = MVT::getVectorVT(MVT::i1, VecVT.getVectorElementCount()); in ReplaceNodeResults()
5331 MVT MaskVT = MVT::getVectorVT(MVT::i1, VecVT.getVectorElementCount()); in ReplaceNodeResults()
6344 MVT::getVectorVT(MVT::getIntegerVT(VT.getScalarSizeInBits() / 2), in PerformDAGCombine()
9008 EVT::getVectorVT(Context, PartEltVT, Count, /*IsScalable=*/true); in splitValueIntoRegisterParts()
9049 EVT::getVectorVT(Context, PartEltVT, Count, /*IsScalable=*/true); in joinRegisterPartsIntoValue()