Home
last modified time | relevance | path

Searched refs:N00VT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14308 EVT N00VT = N00.getValueType(); in foldSextSetcc() local
14318 TLI.getBooleanContents(N00VT) == in foldSextSetcc()
14320 EVT SVT = getSetCCResultType(N00VT); in foldSextSetcc()
14335 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in foldSextSetcc()
14402 : DAG.getBoolConstant(true, DL, VT, N00VT); in foldSextSetcc()
14408 EVT SetCCVT = getSetCCResultType(N00VT); in foldSextSetcc()
14414 (!LegalOperations || TLI.isOperationLegal(ISD::SETCC, N00VT))) { in foldSextSetcc()
14942 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local
14943 if (getSetCCResultType(N00VT) == N0.getValueType()) in visitZERO_EXTEND()
14951 if (VT.getSizeInBits() == N00VT.getSizeInBits()) { in visitZERO_EXTEND()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19991 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
20005 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()
20006 (N00VT == MVT::v2i64 || N00VT == MVT::v4i32) && in performConcatVectorsCombine()
20007 N00VT.getScalarSizeInBits() == 4 * VT.getScalarSizeInBits()) { in performConcatVectorsCombine()
20008 MVT MidVT = (N00VT == MVT::v2i64 ? MVT::v4i32 : MVT::v8i16); in performConcatVectorsCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55753 EVT N00VT = N0.getOperand(0).getValueType(); in combineExtSetcc() local
55758 if (N00VT.isInteger() && ISD::isUnsignedIntSetCC(CC)) in combineExtSetcc()
55762 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc()