Lines Matching refs:EltVT
384 EVT EltVT = VT.getVectorElementType(); in PerformInsertVectorEltInMemory() local
399 MachinePointerInfo::getUnknownStack(DAG.getMachineFunction()), EltVT); in PerformInsertVectorEltInMemory()
412 EVT EltVT = Vec.getValueType().getVectorElementType(); in ExpandINSERT_VECTOR_ELT() local
413 if (Val.getValueType() == EltVT || in ExpandINSERT_VECTOR_ELT()
414 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
1928 EVT EltVT = VT.getVectorElementType(); in ExpandBUILD_VECTOR() local
1969 if (OpVT==EltVT) in ExpandBUILD_VECTOR()
1976 CV.push_back(ConstantInt::get(EltVT.getTypeForEVT(*DAG.getContext()), in ExpandBUILD_VECTOR()
1981 Type *OpNTy = EltVT.getTypeForEVT(*DAG.getContext()); in ExpandBUILD_VECTOR()
3410 EVT EltVT = VT.getVectorElementType(); in ExpandNode() local
3413 if (!TLI.isTypeLegal(EltVT)) { in ExpandNode()
3414 EVT NewEltVT = TLI.getTypeToTransformTo(*DAG.getContext(), EltVT); in ExpandNode()
3419 if (NewEltVT.bitsLT(EltVT)) { in ExpandNode()
3454 EltVT = NewEltVT; in ExpandNode()
3460 Ops.push_back(DAG.getUNDEF(EltVT)); in ExpandNode()
3465 Ops.push_back(DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, EltVT, Op0, in ExpandNode()
3469 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, EltVT, Op1, in ExpandNode()
4924 MVT EltVT, MVT NewEltVT) { in getPromotedVectorElementType() argument
4925 unsigned OldEltsPerNewElt = EltVT.getSizeInBits() / NewEltVT.getSizeInBits(); in getPromotedVectorElementType()
5404 MVT EltVT = OVT.getVectorElementType(); in PromoteNode() local
5415 assert(NewEltVT.bitsLE(EltVT) && "not handled"); in PromoteNode()
5417 MVT MidVT = getPromotedVectorElementType(TLI, EltVT, NewEltVT); in PromoteNode()
5434 MVT EltVT = OVT.getVectorElementType(); in PromoteNode() local
5450 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()
5452 MVT MidVT = getPromotedVectorElementType(TLI, EltVT, NewEltVT); in PromoteNode()
5474 Results.push_back(DAG.getNode(ISD::BITCAST, SL, EltVT, NewVec)); in PromoteNode()
5478 MVT EltVT = OVT.getVectorElementType(); in PromoteNode() local
5496 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()
5498 MVT MidVT = getPromotedVectorElementType(TLI, EltVT, NewEltVT); in PromoteNode()
5528 MVT EltVT = OVT.getVectorElementType(); in PromoteNode() local
5538 MVT MidVT = getPromotedVectorElementType(TLI, EltVT, NewEltVT); in PromoteNode()