Lines Matching refs:EltVT
379 EVT EltVT = VT.getVectorElementType(); in PerformInsertVectorEltInMemory() local
394 MachinePointerInfo::getUnknownStack(DAG.getMachineFunction()), EltVT); in PerformInsertVectorEltInMemory()
407 EVT EltVT = Vec.getValueType().getVectorElementType(); in ExpandINSERT_VECTOR_ELT() local
408 if (Val.getValueType() == EltVT || in ExpandINSERT_VECTOR_ELT()
409 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
1968 EVT EltVT = VT.getVectorElementType(); in ExpandBUILD_VECTOR() local
2009 if (OpVT==EltVT) in ExpandBUILD_VECTOR()
2016 CV.push_back(ConstantInt::get(EltVT.getTypeForEVT(*DAG.getContext()), in ExpandBUILD_VECTOR()
2021 Type *OpNTy = EltVT.getTypeForEVT(*DAG.getContext()); in ExpandBUILD_VECTOR()
3179 EVT EltVT = VT.getVectorElementType(); in ExpandNode() local
3182 if (!TLI.isTypeLegal(EltVT)) { in ExpandNode()
3183 EVT NewEltVT = TLI.getTypeToTransformTo(*DAG.getContext(), EltVT); in ExpandNode()
3188 if (NewEltVT.bitsLT(EltVT)) { in ExpandNode()
3223 EltVT = NewEltVT; in ExpandNode()
3229 Ops.push_back(DAG.getUNDEF(EltVT)); in ExpandNode()
3234 Ops.push_back(DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, EltVT, Op0, in ExpandNode()
3238 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, EltVT, Op1, in ExpandNode()
4413 MVT EltVT, MVT NewEltVT) { in getPromotedVectorElementType() argument
4414 unsigned OldEltsPerNewElt = EltVT.getSizeInBits() / NewEltVT.getSizeInBits(); in getPromotedVectorElementType()
4765 MVT EltVT = OVT.getVectorElementType(); in PromoteNode() local
4776 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()
4778 MVT MidVT = getPromotedVectorElementType(TLI, EltVT, NewEltVT); in PromoteNode()
4793 MVT EltVT = OVT.getVectorElementType(); in PromoteNode() local
4809 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()
4811 MVT MidVT = getPromotedVectorElementType(TLI, EltVT, NewEltVT); in PromoteNode()
4833 Results.push_back(DAG.getNode(ISD::BITCAST, SL, EltVT, NewVec)); in PromoteNode()
4837 MVT EltVT = OVT.getVectorElementType(); in PromoteNode() local
4855 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()
4857 MVT MidVT = getPromotedVectorElementType(TLI, EltVT, NewEltVT); in PromoteNode()
4887 MVT EltVT = OVT.getVectorElementType(); in PromoteNode() local
4897 MVT MidVT = getPromotedVectorElementType(TLI, EltVT, NewEltVT); in PromoteNode()