Lines Matching refs:OpVT
8863 EVT OpVT = N0.getValueType(); in visitSINT_TO_FP() local
8874 if (!TLI.isOperationLegalOrCustom(ISD::SINT_TO_FP, OpVT) && in visitSINT_TO_FP()
8875 TLI.isOperationLegalOrCustom(ISD::UINT_TO_FP, OpVT)) { in visitSINT_TO_FP()
8917 EVT OpVT = N0.getValueType(); in visitUINT_TO_FP() local
8928 if (!TLI.isOperationLegalOrCustom(ISD::UINT_TO_FP, OpVT) && in visitUINT_TO_FP()
8929 TLI.isOperationLegalOrCustom(ISD::SINT_TO_FP, OpVT)) { in visitUINT_TO_FP()
12065 EVT OpVT = Ops[0].getValueType(); in visitINSERT_VECTOR_ELT() local
12066 if (InVal.getValueType() != OpVT) in visitINSERT_VECTOR_ELT()
12067 InVal = OpVT.bitsGT(InVal.getValueType()) ? in visitINSERT_VECTOR_ELT()
12068 DAG.getNode(ISD::ANY_EXTEND, dl, OpVT, InVal) : in visitINSERT_VECTOR_ELT()
12069 DAG.getNode(ISD::TRUNCATE, dl, OpVT, InVal); in visitINSERT_VECTOR_ELT()
12698 EVT OpVT = N->getOperand(0).getValueType(); in combineConcatVectorOfScalars() local
12701 if (TLI.isTypeLegal(OpVT)) in combineConcatVectorOfScalars()
12708 EVT SVT = EVT::getIntegerVT(*DAG.getContext(), OpVT.getSizeInBits()); in combineConcatVectorOfScalars()
12738 SVT = EVT::getFloatingPointVT(OpVT.getSizeInBits()); in combineConcatVectorOfScalars()
12764 EVT OpVT = N->getOperand(0).getValueType(); in combineConcatVectorOfExtracts() local
12766 int NumOpElts = OpVT.getVectorNumElements(); in combineConcatVectorOfExtracts()
12915 EVT OpVT = Op.getValueType(); in visitCONCAT_VECTORS() local
12916 unsigned NumElts = OpVT.getVectorNumElements(); in visitCONCAT_VECTORS()
12923 assert(SVT == OpVT.getScalarType() && "Concat vector type mismatch"); in visitCONCAT_VECTORS()
13063 EVT OpVT = V->getOperand(0).getValueType(); in simplifyShuffleOperandRecursively() local
13064 int OpSize = OpVT.getVectorNumElements(); in simplifyShuffleOperandRecursively()
13079 : DAG.getUNDEF(OpVT)); in simplifyShuffleOperandRecursively()