Home
last modified time | relevance | path

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

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9832 union SetCCInfo { union
9841 SetCCInfo Info;
9851 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
9854 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
9855 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
9857 SetCCInfo.IsAArch64 = false; in isSetCC()
9868 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
9869 SetCCInfo.IsAArch64 = true; in isSetCC()
9870 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
9887 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9651 union SetCCInfo { union
9660 SetCCInfo Info;
9670 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
9673 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
9674 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
9676 SetCCInfo.IsAArch64 = false; in isSetCC()
9687 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
9688 SetCCInfo.IsAArch64 = true; in isSetCC()
9689 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
9706 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A 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()
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()
9462 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10547 union SetCCInfo { union
10556 SetCCInfo Info;
10566 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
10569 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
10570 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
10572 SetCCInfo.IsAArch64 = false; in isSetCC()
10583 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
10584 SetCCInfo.IsAArch64 = true; in isSetCC()
10585 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
10602 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10547 union SetCCInfo { union
10556 SetCCInfo Info;
10566 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
10569 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
10570 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
10572 SetCCInfo.IsAArch64 = false; in isSetCC()
10583 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
10584 SetCCInfo.IsAArch64 = true; in isSetCC()
10585 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
10602 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10547 union SetCCInfo { union
10556 SetCCInfo Info;
10566 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
10569 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
10570 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
10572 SetCCInfo.IsAArch64 = false; in isSetCC()
10583 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
10584 SetCCInfo.IsAArch64 = true; in isSetCC()
10585 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
10602 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11374 union SetCCInfo { union
11383 SetCCInfo Info;
11393 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
11396 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
11397 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
11399 SetCCInfo.IsAArch64 = false; in isSetCC()
11410 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
11411 SetCCInfo.IsAArch64 = true; in isSetCC()
11412 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
11429 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11406 union SetCCInfo { union
11415 SetCCInfo Info;
11425 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
11428 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
11429 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
11431 SetCCInfo.IsAArch64 = false; in isSetCC()
11442 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
11443 SetCCInfo.IsAArch64 = true; in isSetCC()
11444 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
11461 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12416 union SetCCInfo { union
12425 SetCCInfo Info;
12435 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
12438 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
12439 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
12441 SetCCInfo.IsAArch64 = false; in isSetCC()
12452 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
12453 SetCCInfo.IsAArch64 = true; in isSetCC()
12454 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
12471 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12988 union SetCCInfo { union
12997 SetCCInfo Info;
13007 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
13010 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
13011 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
13013 SetCCInfo.IsAArch64 = false; in isSetCC()
13024 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
13025 SetCCInfo.IsAArch64 = true; in isSetCC()
13026 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
13043 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12988 union SetCCInfo { union
12997 SetCCInfo Info;
13007 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
13010 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
13011 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
13013 SetCCInfo.IsAArch64 = false; in isSetCC()
13024 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
13025 SetCCInfo.IsAArch64 = true; in isSetCC()
13026 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
13043 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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 …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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 …]
/dports/lang/rust/rustc-1.58.1-src/src/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 …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14003 union SetCCInfo { union
14012 SetCCInfo Info;
14022 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument
14025 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()
14026 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()
14028 SetCCInfo.IsAArch64 = false; in isSetCC()
14039 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()
14040 SetCCInfo.IsAArch64 = true; in isSetCC()
14041 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()
14058 SetCCInfo.Info.AArch64.CC = in isSetCC()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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 …]
/dports/devel/llvm13/llvm-project-13.0.1.src/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 …]