Home | History | Annotate | Download | only in AArch64

Lines Matching refs:CCVT

5298         EVT CCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(),
5301 SDValue Eq = DAG.getSetCC(DL, CCVT, Operand, FPZero, ISD::SETEQ);
10767 EVT CCVT = N0.getValueType();
10769 if (N0.getOpcode() != ISD::SETCC || CCVT.getVectorNumElements() != 1 ||
10770 CCVT.getVectorElementType() != MVT::i1)
10824 EVT CCVT = SrcVT.changeVectorElementTypeToInteger();
10826 // Also bail out if the vector CCVT isn't the same size as ResVT.
10829 if (CCVT.getSizeInBits() != ResVT.getSizeInBits())
10843 SDValue SetCC = DAG.getNode(ISD::SETCC, DL, CCVT, LHS, RHS, N0.getOperand(2));
10846 SmallVector<int, 8> DUPMask(CCVT.getVectorNumElements(), 0);
10847 SDValue Mask = DAG.getVectorShuffle(CCVT, DL, SetCC, SetCC, DUPMask);