Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18561 union SetCCInfo { union
18570 SetCCInfo Info;
18580 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
18583 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
18584 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
18586 SetCCInfo.IsAArch64 = false; in isSetCC()
18597 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
18598 SetCCInfo.IsAArch64 = true; in isSetCC()
18599 SetCCInfo.Info.AArch64.CC = in isSetCC()
18616 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]