Searched refs:N00VT (Results 1 – 5 of 5) sorted by relevance
8489 EVT N00VT = N0.getOperand(0).getValueType(); in visitSIGN_EXTEND() local8494 TLI.getBooleanContents(N00VT) == in visitSIGN_EXTEND()8499 EVT SVT = getSetCCResultType(N00VT); in visitSIGN_EXTEND()8512 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in visitSIGN_EXTEND()8533 : DAG.getBoolConstant(true, DL, VT, N00VT); in visitSIGN_EXTEND()8540 EVT SetCCVT = getSetCCResultType(N00VT); in visitSIGN_EXTEND()8546 (!LegalOperations || TLI.isOperationLegal(ISD::SETCC, N00VT))) { in visitSIGN_EXTEND()8778 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local8779 if (getSetCCResultType(N00VT) == N0.getValueType()) in visitZERO_EXTEND()8789 if (VT.getSizeInBits() == N00VT.getSizeInBits()) { in visitZERO_EXTEND()[all …]
8065 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local8067 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()8068 (N00VT == MVT::v2i64 || N00VT == MVT::v4i32) && in performConcatVectorsCombine()8069 N00VT.getScalarSizeInBits() == 4 * VT.getScalarSizeInBits()) { in performConcatVectorsCombine()8070 MVT MidVT = (N00VT == MVT::v2i64 ? MVT::v4i32 : MVT::v8i16); in performConcatVectorsCombine()
9229 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local9231 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()9232 (N00VT == MVT::v2i64 || N00VT == MVT::v4i32) && in performConcatVectorsCombine()9233 N00VT.getScalarSizeInBits() == 4 * VT.getScalarSizeInBits()) { in performConcatVectorsCombine()9234 MVT MidVT = (N00VT == MVT::v2i64 ? MVT::v4i32 : MVT::v8i16); in performConcatVectorsCombine()
6498 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local6499 if (getSetCCResultType(N00VT) == N0.getValueType()) in visitZERO_EXTEND()6509 if (VT.getSizeInBits() == N00VT.getSizeInBits()) { in visitZERO_EXTEND()6520 *DAG.getContext(), N00VT.getScalarType().getSizeInBits()); in visitZERO_EXTEND()6522 *DAG.getContext(), MatchingElementType, N00VT.getVectorNumElements()); in visitZERO_EXTEND()
37814 EVT N00VT = N0.getOperand(0).getValueType(); in combineExtSetcc() local37815 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc()