Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15538 union SetCCInfo { union
15547 SetCCInfo Info;
15557 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
15560 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
15561 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
15563 SetCCInfo.IsAArch64 = false; in isSetCC()
15574 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
15575 SetCCInfo.IsAArch64 = true; in isSetCC()
15576 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
15593 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]