Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8242 union SetCCInfo { union
8251 SetCCInfo Info;
8261 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
8264 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
8265 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
8266 SetCCInfo.Info.Generic.CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); in isSetCC()
8267 SetCCInfo.IsAArch64 = false; in isSetCC()
8278 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
8279 SetCCInfo.IsAArch64 = true; in isSetCC()
8280 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9407 union SetCCInfo { union
9416 SetCCInfo Info;
9426 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
9429 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
9430 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
9431 SetCCInfo.Info.Generic.CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); in isSetCC()
9432 SetCCInfo.IsAArch64 = false; in isSetCC()
9443 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
9444 SetCCInfo.IsAArch64 = true; in isSetCC()
9445 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
[all …]