Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10633 EVT N00VT = N00.getValueType(); in visitSIGN_EXTEND() local
10638 TLI.getBooleanContents(N00VT) == in visitSIGN_EXTEND()
10643 EVT SVT = getSetCCResultType(N00VT); in visitSIGN_EXTEND()
10658 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in visitSIGN_EXTEND()
10680 : DAG.getBoolConstant(true, DL, VT, N00VT); in visitSIGN_EXTEND()
10687 EVT SetCCVT = getSetCCResultType(N00VT); in visitSIGN_EXTEND()
10693 (!LegalOperations || TLI.isOperationLegal(ISD::SETCC, N00VT))) { in visitSIGN_EXTEND()
10979 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local
10980 if (getSetCCResultType(N00VT) == N0.getValueType()) in visitZERO_EXTEND()
10989 if (VT.getSizeInBits() == N00VT.getSizeInBits()) { in visitZERO_EXTEND()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9738 EVT N00VT = N0.getOperand(0).getValueType(); in visitSIGN_EXTEND() local
9743 TLI.getBooleanContents(N00VT) == in visitSIGN_EXTEND()
9748 EVT SVT = getSetCCResultType(N00VT); in visitSIGN_EXTEND()
9763 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in visitSIGN_EXTEND()
9785 : DAG.getBoolConstant(true, DL, VT, N00VT); in visitSIGN_EXTEND()
9792 EVT SetCCVT = getSetCCResultType(N00VT); in visitSIGN_EXTEND()
9798 (!LegalOperations || TLI.isOperationLegal(ISD::SETCC, N00VT))) { in visitSIGN_EXTEND()
10073 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local
10074 if (getSetCCResultType(N00VT) == N0.getValueType()) in visitZERO_EXTEND()
10084 if (VT.getSizeInBits() == N00VT.getSizeInBits()) { in visitZERO_EXTEND()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8065 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
8067 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()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp12427 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
12429 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()
12430 (N00VT == MVT::v2i64 || N00VT == MVT::v4i32) && in performConcatVectorsCombine()
12431 N00VT.getScalarSizeInBits() == 4 * VT.getScalarSizeInBits()) { in performConcatVectorsCombine()
12432 MVT MidVT = (N00VT == MVT::v2i64 ? MVT::v4i32 : MVT::v8i16); in performConcatVectorsCombine()
12468 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
12474 N11->getOpcode() == ISD::EXTRACT_SUBVECTOR && N00VT == N10VT) { in performConcatVectorsCombine()
12490 N10Index == N00VT.getVectorNumElements()) in performConcatVectorsCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10368 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
10370 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()
10371 (N00VT == MVT::v2i64 || N00VT == MVT::v4i32) && in performConcatVectorsCombine()
10372 N00VT.getScalarSizeInBits() == 4 * VT.getScalarSizeInBits()) { in performConcatVectorsCombine()
10373 MVT MidVT = (N00VT == MVT::v2i64 ? MVT::v4i32 : MVT::v8i16); in performConcatVectorsCombine()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6498 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local
6499 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp43461 EVT N00VT = N0.getOperand(0).getValueType(); in combineExtSetcc() local
43462 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp46868 EVT N00VT = N0.getOperand(0).getValueType(); in combineExtSetcc() local
46869 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc()