Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11855 EVT N00VT = N00.getValueType(); in foldSextSetcc() local
11865 TLI.getBooleanContents(N00VT) == in foldSextSetcc()
11867 EVT SVT = getSetCCResultType(N00VT); in foldSextSetcc()
11956 EVT SetCCVT = getSetCCResultType(N00VT); in foldSextSetcc()
12408 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local
12418 if (VT.getSizeInBits() == N00VT.getSizeInBits()) { in visitZERO_EXTEND()
12439 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local
12442 DAG.getBoolConstant(true, DL, N0VT, N00VT), in visitZERO_EXTEND()
12443 DAG.getBoolConstant(false, DL, N0VT, N00VT), in visitZERO_EXTEND()
12605 EVT N00VT = N0.getOperand(0).getValueType(); in visitANY_EXTEND() local
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15202 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
15204 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()
15205 (N00VT == MVT::v2i64 || N00VT == MVT::v4i32) && in performConcatVectorsCombine()
15206 N00VT.getScalarSizeInBits() == 4 * VT.getScalarSizeInBits()) { in performConcatVectorsCombine()
15207 MVT MidVT = (N00VT == MVT::v2i64 ? MVT::v4i32 : MVT::v8i16); in performConcatVectorsCombine()
15279 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
15285 N11->getOpcode() == ISD::EXTRACT_SUBVECTOR && N00VT == N10VT) { in performConcatVectorsCombine()
15301 N10Index == N00VT.getVectorNumElements()) in performConcatVectorsCombine()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51654 EVT N00VT = N0.getOperand(0).getValueType(); in combineExtSetcc() local
51655 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc()