Lines Matching refs:EltVT
374 EVT EltVT = VT.getVectorElementType(); in PerformInsertVectorEltInMemory() local
389 MachinePointerInfo::getUnknownStack(DAG.getMachineFunction()), EltVT); in PerformInsertVectorEltInMemory()
402 EVT EltVT = Vec.getValueType().getVectorElementType(); in ExpandINSERT_VECTOR_ELT() local
403 if (Val.getValueType() == EltVT || in ExpandINSERT_VECTOR_ELT()
404 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
1901 EVT EltVT = VT.getVectorElementType(); in ExpandBUILD_VECTOR() local
1942 if (OpVT==EltVT) in ExpandBUILD_VECTOR()
1949 CV.push_back(ConstantInt::get(EltVT.getTypeForEVT(*DAG.getContext()), in ExpandBUILD_VECTOR()
1954 Type *OpNTy = EltVT.getTypeForEVT(*DAG.getContext()); in ExpandBUILD_VECTOR()
3040 EVT EltVT = VT.getVectorElementType(); in ExpandNode() local
3043 if (!TLI.isTypeLegal(EltVT)) { in ExpandNode()
3044 EVT NewEltVT = TLI.getTypeToTransformTo(*DAG.getContext(), EltVT); in ExpandNode()
3049 if (NewEltVT.bitsLT(EltVT)) { in ExpandNode()
3084 EltVT = NewEltVT; in ExpandNode()
3090 Ops.push_back(DAG.getUNDEF(EltVT)); in ExpandNode()
3095 Ops.push_back(DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, EltVT, Op0, in ExpandNode()
3099 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, EltVT, Op1, in ExpandNode()
4439 MVT EltVT, MVT NewEltVT) { in getPromotedVectorElementType() argument
4440 unsigned OldEltsPerNewElt = EltVT.getSizeInBits() / NewEltVT.getSizeInBits(); in getPromotedVectorElementType()
4881 MVT EltVT = OVT.getVectorElementType(); in PromoteNode() local
4892 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()
4894 MVT MidVT = getPromotedVectorElementType(TLI, EltVT, NewEltVT); in PromoteNode()
4909 MVT EltVT = OVT.getVectorElementType(); in PromoteNode() local
4925 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()
4927 MVT MidVT = getPromotedVectorElementType(TLI, EltVT, NewEltVT); in PromoteNode()
4949 Results.push_back(DAG.getNode(ISD::BITCAST, SL, EltVT, NewVec)); in PromoteNode()
4953 MVT EltVT = OVT.getVectorElementType(); in PromoteNode() local
4971 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()
4973 MVT MidVT = getPromotedVectorElementType(TLI, EltVT, NewEltVT); in PromoteNode()
5003 MVT EltVT = OVT.getVectorElementType(); in PromoteNode() local
5013 MVT MidVT = getPromotedVectorElementType(TLI, EltVT, NewEltVT); in PromoteNode()