Searched refs:ElementVT (Results 1 – 4 of 4) sorted by relevance
4977 EVT ElementVT = N->getValueType(0); in combineUnpackingMovIntoLoad() local4979 if (!NVPTX::isPackedVectorTy(ElementVT) || ElementVT == MVT::v4i8) in combineUnpackingMovIntoLoad()5045 if (ElementVT != MVT::v2f32) in combineUnpackingMovIntoLoad()5057 SmallVector<EVT> NewVTs(NewNumOutputs, ElementVT.getVectorElementType()); in combineUnpackingMovIntoLoad()5072 ElementVT, DL, {NewLoad.getValue(I * 2), NewLoad.getValue(I * 2 + 1)})); in combineUnpackingMovIntoLoad()5099 EVT ElementVT = N->getOperand(Front).getValueType(); in combinePackingMovIntoStore() local5102 if (!NVPTX::isPackedVectorTy(ElementVT) || ElementVT == MVT::v4i8) in combinePackingMovIntoStore()5106 EVT MemVT = ElementVT.getVectorElementType(); in combinePackingMovIntoStore()5131 if (ElementVT != MVT::v2f32) in combinePackingMovIntoStore()
1648 MVT ElementVT = MVT::getIntegerVT(SrcEltSize / 2); in getCastInstrCost() local1649 MVT VecVT = DstLT.second.changeVectorElementType(ElementVT); in getCastInstrCost()
8037 EVT ElementVT = Index.getValueType(); in visitIntrinsicCall() local8039 if (!TLI.shouldExpandGetActiveLaneMask(CCVT, ElementVT)) { in visitIntrinsicCall()8045 EVT VecTy = EVT::getVectorVT(*DAG.getContext(), ElementVT, in visitIntrinsicCall()
18389 EVT ElementVT = VecVT.getVectorElementType(); in lowerVECTOR_COMPRESS() local18392 unsigned NumElementBits = ElementVT.getFixedSizeInBits(); in lowerVECTOR_COMPRESS()18402 MVT::getVectorVT(ElementVT.getSimpleVT(), NumLargeElements); in lowerVECTOR_COMPRESS()