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.cpp20436 union SetCCInfo { union
20445 SetCCInfo Info;
20455 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
20458 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
20459 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
20460 SetCCInfo.Info.Generic.CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); in isSetCC()
20461 SetCCInfo.IsAArch64 = false; in isSetCC()
20472 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
20473 SetCCInfo.IsAArch64 = true; in isSetCC()
20474 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]