Lines Matching refs:MaskVT
9612 EVT MaskVT = Mask.getValueType(); in expandVectorFindLastActive() local
9613 EVT BoolVT = MaskVT.getScalarType(); in expandVectorFindLastActive()
9617 if (MaskVT.isScalableVector()) in expandVectorFindLastActive()
9621 BoolVT.getTypeForEVT(*DAG.getContext()), MaskVT.getVectorElementCount(), in expandVectorFindLastActive()
9624 EVT StepVecVT = MaskVT.changeVectorElementType(StepVT); in expandVectorFindLastActive()
10564 EVT MaskVT = Mask.getValueType(); in IncrementMemoryAddress() local
10565 assert(DataVT.getVectorElementCount() == MaskVT.getVectorElementCount() && in IncrementMemoryAddress()
10572 EVT MaskIntVT = EVT::getIntegerVT(*DAG.getContext(), MaskVT.getSizeInBits()); in IncrementMemoryAddress()
11932 EVT MaskVT = Mask.getValueType(); in expandVECTOR_COMPRESS() local
11933 EVT MaskScalarVT = MaskVT.getScalarType(); in expandVECTOR_COMPRESS()
11973 ISD::TRUNCATE, DL, MaskVT.changeVectorElementType(MVT::i1), Mask); in expandVECTOR_COMPRESS()
11976 MaskVT.changeVectorElementType(PopcountVT), Popcount); in expandVECTOR_COMPRESS()