Home
last modified time | relevance | path

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

/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2767 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2768 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2769 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2770 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2771 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2796 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
2849 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
2859 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
2860 std::swap(Carry0, Carry1); in combineCarryDiamond()
2862 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2760 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2761 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2762 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2763 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2764 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2789 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
2842 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
2852 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
2853 std::swap(Carry0, Carry1); in combineCarryDiamond()
2855 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2767 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2768 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2769 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2770 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2771 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2796 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
2849 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
2859 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
2860 std::swap(Carry0, Carry1); in combineCarryDiamond()
2862 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2957 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2958 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2959 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2960 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2961 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2986 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
3039 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
3049 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
3050 std::swap(Carry0, Carry1); in combineCarryDiamond()
3052 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2947 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2948 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2949 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2950 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2951 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2976 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
3029 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
3039 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
3040 std::swap(Carry0, Carry1); in combineCarryDiamond()
3042 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2985 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2986 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2987 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2988 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2989 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
3014 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
3067 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
3077 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
3078 std::swap(Carry0, Carry1); in combineCarryDiamond()
3080 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2948 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2949 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2950 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2951 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2952 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2977 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
3030 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
3040 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
3041 std::swap(Carry0, Carry1); in combineCarryDiamond()
3043 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2859 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2860 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2861 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2862 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2863 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2888 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
2941 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
2951 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
2952 std::swap(Carry0, Carry1); in combineCarryDiamond()
2954 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2985 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2986 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2987 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2988 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2989 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
3014 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
3067 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
3077 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
3078 std::swap(Carry0, Carry1); in combineCarryDiamond()
3080 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2985 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2986 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2987 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2988 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2989 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
3014 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
3067 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
3077 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
3078 std::swap(Carry0, Carry1); in combineCarryDiamond()
3080 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2948 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2949 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2950 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2951 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2952 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2977 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
3030 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
3040 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
3041 std::swap(Carry0, Carry1); in combineCarryDiamond()
3043 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2985 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2986 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2987 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2988 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2989 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
3014 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
3067 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
3077 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
3078 std::swap(Carry0, Carry1); in combineCarryDiamond()
3080 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2985 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2986 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2987 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2988 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2989 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
3014 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
3067 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
3077 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
3078 std::swap(Carry0, Carry1); in combineCarryDiamond()
3080 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2989 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2990 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2991 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2992 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2993 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
3018 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
3071 unsigned Opcode = Carry0.getOpcode(); in combineCarryDiamond()
3081 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
3082 std::swap(Carry0, Carry1); in combineCarryDiamond()
3084 Carry1.getOperand(1) != Carry0.getValue(0)) in combineCarryDiamond()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2905 if (Carry1.getResNo() != 1 || Carry0.getResNo() != 1) in combineADDCARRYDiamond()
2916 if (Carry0.getOpcode() == ISD::ADDCARRY && in combineADDCARRYDiamond()
2917 isNullConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2918 Z = Carry0.getOperand(2); in combineADDCARRYDiamond()
2919 } else if (Carry0.getOpcode() == ISD::UADDO && in combineADDCARRYDiamond()
2920 isOneConstant(Carry0.getOperand(1))) { in combineADDCARRYDiamond()
2921 EVT VT = Combiner.getSetCCResultType(Carry0.getValueType()); in combineADDCARRYDiamond()
2922 Z = DAG.getConstant(1, SDLoc(Carry0.getOperand(1)), VT); in combineADDCARRYDiamond()
2945 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
2956 if (Carry1.getOperand(0) == Carry0.getValue(0)) { in combineADDCARRYDiamond()
[all …]