Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9504 EVT CCVT = N0.getValueType(); in performVSelectCombine() local
9506 if (N0.getOpcode() != ISD::SETCC || CCVT.getVectorNumElements() != 1 || in performVSelectCombine()
9507 CCVT.getVectorElementType() != MVT::i1) in performVSelectCombine()
9561 EVT CCVT = SrcVT.changeVectorElementTypeToInteger(); in performSelectCombine() local
9566 if (CCVT.getSizeInBits() != ResVT.getSizeInBits()) in performSelectCombine()
9580 SDValue SetCC = DAG.getNode(ISD::SETCC, DL, CCVT, LHS, RHS, N0.getOperand(2)); in performSelectCombine()
9583 SmallVector<int, 8> DUPMask(CCVT.getVectorNumElements(), 0); in performSelectCombine()
9584 SDValue Mask = DAG.getVectorShuffle(CCVT, DL, SetCC, SetCC, DUPMask.data()); in performSelectCombine()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2930 EVT CCVT = getSetCCResultType(LL.getValueType()); in visitANDLike() local
2931 if (N0.getValueType() == CCVT || in visitANDLike()
3621 EVT CCVT = getSetCCResultType(LL.getValueType()); in visitORLike() local
3622 if (N0.getValueType() == CCVT || in visitORLike()
8785 EVT CCVT = getSetCCResultType(VT); in visitFSQRT() local
8786 SDValue ZeroCmp = DAG.getSetCC(DL, CCVT, N->getOperand(0), Zero, ISD::SETEQ); in visitFSQRT()
DLegalizeDAG.cpp3822 EVT CCVT = in ExpandNode() local
3824 SDValue Cond = DAG.getNode(ISD::SETCC, dl, CCVT, Tmp1, Tmp2, CC); in ExpandNode()