reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10193 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); 10194 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); 10195 SetCCInfo.Info.Generic.CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); 10207 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); 10209 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( 10226 SetCCInfo.Info.AArch64.CC = 10227 AArch64CC::getInvertedCondCode(SetCCInfo.Info.AArch64.CC); 10261 ? InfoAndKind.Info.AArch64.Cmp->getOperand(0).getValueType() 10262 : InfoAndKind.Info.Generic.Opnd0->getValueType(); 10271 AArch64CC::getInvertedCondCode(InfoAndKind.Info.AArch64.CC), dl, 10273 Cmp = *InfoAndKind.Info.AArch64.Cmp; 10275 Cmp = getAArch64Cmp(*InfoAndKind.Info.Generic.Opnd0, 10276 *InfoAndKind.Info.Generic.Opnd1, 10277 ISD::getSetCCInverse(InfoAndKind.Info.Generic.CC, true),