Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12316 EVT N00VT = N00.getValueType(); in foldSextSetcc() local
12326 TLI.getBooleanContents(N00VT) == in foldSextSetcc()
12328 EVT SVT = getSetCCResultType(N00VT); in foldSextSetcc()
12343 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in foldSextSetcc()
12411 : DAG.getBoolConstant(true, DL, VT, N00VT); in foldSextSetcc()
12417 EVT SetCCVT = getSetCCResultType(N00VT); in foldSextSetcc()
12423 (!LegalOperations || TLI.isOperationLegal(ISD::SETCC, N00VT))) { in foldSextSetcc()
12915 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local
12916 if (getSetCCResultType(N00VT) == N0.getValueType()) in visitZERO_EXTEND()
12925 if (VT.getSizeInBits() == N00VT.getSizeInBits()) { in visitZERO_EXTEND()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp16641 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
16643 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()
16644 (N00VT == MVT::v2i64 || N00VT == MVT::v4i32) && in performConcatVectorsCombine()
16645 N00VT.getScalarSizeInBits() == 4 * VT.getScalarSizeInBits()) { in performConcatVectorsCombine()
16646 MVT MidVT = (N00VT == MVT::v2i64 ? MVT::v4i32 : MVT::v8i16); in performConcatVectorsCombine()
16747 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
16753 N11->getOpcode() == ISD::EXTRACT_SUBVECTOR && N00VT == N10VT) { in performConcatVectorsCombine()
16769 N10Index == N00VT.getVectorNumElements()) in performConcatVectorsCombine()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp52991 EVT N00VT = N0.getOperand(0).getValueType(); in combineExtSetcc() local
52992 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc()