Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13704 union SetCCInfo { union
13713 SetCCInfo Info;
13723 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
13726 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
13727 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
13729 SetCCInfo.IsAArch64 = false; in isSetCC()
13740 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
13741 SetCCInfo.IsAArch64 = true; in isSetCC()
13742 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
13759 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]