Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OpVT

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