Lines Matching refs:OpVT
8982 EVT OpVT = N0.getValueType(); in visitSINT_TO_FP() local
8993 if (!TLI.isOperationLegalOrCustom(ISD::SINT_TO_FP, OpVT) && in visitSINT_TO_FP()
8994 TLI.isOperationLegalOrCustom(ISD::UINT_TO_FP, OpVT)) { in visitSINT_TO_FP()
9036 EVT OpVT = N0.getValueType(); in visitUINT_TO_FP() local
9047 if (!TLI.isOperationLegalOrCustom(ISD::UINT_TO_FP, OpVT) && in visitUINT_TO_FP()
9048 TLI.isOperationLegalOrCustom(ISD::SINT_TO_FP, OpVT)) { in visitUINT_TO_FP()
12243 EVT OpVT = Ops[0].getValueType(); in visitINSERT_VECTOR_ELT() local
12244 if (InVal.getValueType() != OpVT) in visitINSERT_VECTOR_ELT()
12245 InVal = OpVT.bitsGT(InVal.getValueType()) ? in visitINSERT_VECTOR_ELT()
12246 DAG.getNode(ISD::ANY_EXTEND, dl, OpVT, InVal) : in visitINSERT_VECTOR_ELT()
12247 DAG.getNode(ISD::TRUNCATE, dl, OpVT, InVal); in visitINSERT_VECTOR_ELT()
12899 EVT OpVT = N->getOperand(0).getValueType(); in combineConcatVectorOfScalars() local
12902 if (TLI.isTypeLegal(OpVT)) in combineConcatVectorOfScalars()
12909 EVT SVT = EVT::getIntegerVT(*DAG.getContext(), OpVT.getSizeInBits()); in combineConcatVectorOfScalars()
12939 SVT = EVT::getFloatingPointVT(OpVT.getSizeInBits()); in combineConcatVectorOfScalars()
12964 EVT OpVT = N->getOperand(0).getValueType(); in combineConcatVectorOfExtracts() local
12966 int NumOpElts = OpVT.getVectorNumElements(); in combineConcatVectorOfExtracts()
13113 EVT OpVT = Op.getValueType(); in visitCONCAT_VECTORS() local
13114 unsigned NumElts = OpVT.getVectorNumElements(); in visitCONCAT_VECTORS()
13121 assert(SVT == OpVT.getScalarType() && "Concat vector type mismatch"); in visitCONCAT_VECTORS()
13261 EVT OpVT = V->getOperand(0).getValueType(); in simplifyShuffleOperandRecursively() local
13262 int OpSize = OpVT.getVectorNumElements(); in simplifyShuffleOperandRecursively()
13277 : DAG.getUNDEF(OpVT)); in simplifyShuffleOperandRecursively()