Lines Matching defs:Generic
20290 GenericSetCCInfo Generic;
20311 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0);
20312 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1);
20313 SetCCInfo.Info.Generic.CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
20387 : InfoAndKind.Info.Generic.Opnd0->getValueType();
20401 *InfoAndKind.Info.Generic.Opnd0, *InfoAndKind.Info.Generic.Opnd1,
20402 ISD::getSetCCInverse(InfoAndKind.Info.Generic.CC, CmpVT), CCVal, DAG,
23358 // If the Generic combiner already helped form a pre- or post-indexed load,
25057 if (SDNode *Generic = DCI.DAG.getNodeIfExists(
25059 DCI.CombineTo(Generic, SDValue(N, 0));