Searched refs:N00VT (Results 1 – 3 of 3) sorted by relevance
9738 EVT N00VT = N0.getOperand(0).getValueType(); in visitSIGN_EXTEND() local9743 TLI.getBooleanContents(N00VT) == in visitSIGN_EXTEND()9748 EVT SVT = getSetCCResultType(N00VT); in visitSIGN_EXTEND()9763 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in visitSIGN_EXTEND()9785 : DAG.getBoolConstant(true, DL, VT, N00VT); in visitSIGN_EXTEND()9792 EVT SetCCVT = getSetCCResultType(N00VT); in visitSIGN_EXTEND()9798 (!LegalOperations || TLI.isOperationLegal(ISD::SETCC, N00VT))) { in visitSIGN_EXTEND()10073 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local10074 if (getSetCCResultType(N00VT) == N0.getValueType()) in visitZERO_EXTEND()10084 if (VT.getSizeInBits() == N00VT.getSizeInBits()) { in visitZERO_EXTEND()[all …]
10368 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local10370 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()10371 (N00VT == MVT::v2i64 || N00VT == MVT::v4i32) && in performConcatVectorsCombine()10372 N00VT.getScalarSizeInBits() == 4 * VT.getScalarSizeInBits()) { in performConcatVectorsCombine()10373 MVT MidVT = (N00VT == MVT::v2i64 ? MVT::v4i32 : MVT::v8i16); in performConcatVectorsCombine()
43461 EVT N00VT = N0.getOperand(0).getValueType(); in combineExtSetcc() local43462 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc()