Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Generic

1768       // For NON_EXTLOAD, generic code in getLoad assert(ValVT == MemVT)
6821 GenericSetCCInfo Generic;
6833 /// \brief Check whether or not \p Op is a SET_CC operation, either a generic or
6842 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0);
6843 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1);
6844 SetCCInfo.Info.Generic.CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
6911 : InfoAndKind.Info.Generic.Opnd0->getValueType();
6923 Cmp = getAArch64Cmp(*InfoAndKind.Info.Generic.Opnd0,
6924 *InfoAndKind.Info.Generic.Opnd1,
6925 ISD::getSetCCInverse(InfoAndKind.Info.Generic.CC, true),
7779 // that the generic analysis code won't necessarily catch.