Lines Matching refs:EltVT

1611   MVT EltVT = VT.getVectorElementType();  in useRVVForFixedLengthVectorVT()  local
1614 switch (EltVT.SimpleTy) { in useRVVForFixedLengthVectorVT()
1647 if (EltVT.getSizeInBits() > Subtarget.getELEN()) in useRVVForFixedLengthVectorVT()
1678 MVT EltVT = VT.getVectorElementType(); in getContainerForFixedLengthVector() local
1679 switch (EltVT.SimpleTy) { in getContainerForFixedLengthVector()
1697 return MVT::getScalableVectorVT(EltVT, NumElts); in getContainerForFixedLengthVector()
3324 MVT EltVT = VT.getVectorElementType(); in LowerOperation() local
3327 unsigned EltSize = EltVT.getSizeInBits(); in LowerOperation()
3358 assert(EltVT == MVT::f16 && "Unexpected [US]_TO_FP lowering"); in LowerOperation()
4572 EVT EltVT = Op.getValueType(); in lowerEXTRACT_VECTOR_ELT() local
4620 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, Vec, Idx); in lowerEXTRACT_VECTOR_ELT()
4639 if (!EltVT.isInteger()) { in lowerEXTRACT_VECTOR_ELT()
4641 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, Vec, in lowerEXTRACT_VECTOR_ELT()
4646 return DAG.getNode(ISD::TRUNCATE, DL, EltVT, Elt0); in lowerEXTRACT_VECTOR_ELT()
5275 getRVVFPReductionOpAndOperands(SDValue Op, SelectionDAG &DAG, EVT EltVT) { in getRVVFPReductionOpAndOperands() argument
5286 DAG.getConstantFP(Flags.hasNoSignedZeros() ? 0.0 : -0.0, DL, EltVT); in getRVVFPReductionOpAndOperands()
5294 DAG.getNeutralElement(BaseOpcode, DL, EltVT, Flags)); in getRVVFPReductionOpAndOperands()
5297 DAG.getNeutralElement(BaseOpcode, DL, EltVT, Flags)); in getRVVFPReductionOpAndOperands()