Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8489 EVT N00VT = N0.getOperand(0).getValueType(); in visitSIGN_EXTEND() local
8494 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() local
8779 if (getSetCCResultType(N00VT) == N0.getValueType()) in visitZERO_EXTEND()
8789 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9229 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
9231 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()
/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-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37814 EVT N00VT = N0.getOperand(0).getValueType(); in combineExtSetcc() local
37815 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc()