Searched refs:N00VT (Results 1 – 3 of 3) sorted by relevance
13449 EVT N00VT = N00.getValueType(); in foldSextSetcc() local13459 TLI.getBooleanContents(N00VT) == in foldSextSetcc()13461 EVT SVT = getSetCCResultType(N00VT); in foldSextSetcc()13476 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in foldSextSetcc()13544 : DAG.getBoolConstant(true, DL, VT, N00VT); in foldSextSetcc()13550 EVT SetCCVT = getSetCCResultType(N00VT); in foldSextSetcc()13556 (!LegalOperations || TLI.isOperationLegal(ISD::SETCC, N00VT))) { in foldSextSetcc()14071 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local14072 if (getSetCCResultType(N00VT) == N0.getValueType()) in visitZERO_EXTEND()14080 if (VT.getSizeInBits() == N00VT.getSizeInBits()) { in visitZERO_EXTEND()[all …]
19330 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local19332 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()19333 (N00VT == MVT::v2i64 || N00VT == MVT::v4i32) && in performConcatVectorsCombine()19334 N00VT.getScalarSizeInBits() == 4 * VT.getScalarSizeInBits()) { in performConcatVectorsCombine()19335 MVT MidVT = (N00VT == MVT::v2i64 ? MVT::v4i32 : MVT::v8i16); in performConcatVectorsCombine()
53897 EVT N00VT = N0.getOperand(0).getValueType(); in combineExtSetcc() local53898 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc()