Lines Matching refs:OpVT
7942 EVT OpVT = N0.getValueType(); in visitSINT_TO_FP() local
7953 if (!TLI.isOperationLegalOrCustom(ISD::SINT_TO_FP, OpVT) && in visitSINT_TO_FP()
7954 TLI.isOperationLegalOrCustom(ISD::UINT_TO_FP, OpVT)) { in visitSINT_TO_FP()
7994 EVT OpVT = N0.getValueType(); in visitUINT_TO_FP() local
8005 if (!TLI.isOperationLegalOrCustom(ISD::UINT_TO_FP, OpVT) && in visitUINT_TO_FP()
8006 TLI.isOperationLegalOrCustom(ISD::SINT_TO_FP, OpVT)) { in visitUINT_TO_FP()
10889 EVT OpVT = Ops[0].getValueType(); in visitINSERT_VECTOR_ELT() local
10890 if (InVal.getValueType() != OpVT) in visitINSERT_VECTOR_ELT()
10891 InVal = OpVT.bitsGT(InVal.getValueType()) ? in visitINSERT_VECTOR_ELT()
10892 DAG.getNode(ISD::ANY_EXTEND, dl, OpVT, InVal) : in visitINSERT_VECTOR_ELT()
10893 DAG.getNode(ISD::TRUNCATE, dl, OpVT, InVal); in visitINSERT_VECTOR_ELT()
11511 EVT OpVT = N->getOperand(0).getValueType(); in combineConcatVectorOfScalars() local
11514 if (TLI.isTypeLegal(OpVT)) in combineConcatVectorOfScalars()
11521 EVT SVT = EVT::getIntegerVT(*DAG.getContext(), OpVT.getSizeInBits()); in combineConcatVectorOfScalars()
11551 SVT = EVT::getFloatingPointVT(OpVT.getSizeInBits()); in combineConcatVectorOfScalars()
11650 EVT OpVT = Op.getValueType(); in visitCONCAT_VECTORS() local
11651 unsigned NumElts = OpVT.getVectorNumElements(); in visitCONCAT_VECTORS()
11658 assert(SVT == OpVT.getScalarType() && "Concat vector type mismatch"); in visitCONCAT_VECTORS()
11793 EVT OpVT = V->getOperand(0).getValueType(); in simplifyShuffleOperandRecursively() local
11794 int OpSize = OpVT.getVectorNumElements(); in simplifyShuffleOperandRecursively()
11809 : DAG.getUNDEF(OpVT)); in simplifyShuffleOperandRecursively()