Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h122 template <typename LTy, typename RTy> struct match_combine_or { struct
126 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() argument
153 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
154 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1573 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1580 inline match_combine_or<
1581 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1803 inline match_combine_or<
1804 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>,
1806 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>,
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h135 template <typename LTy, typename RTy> struct match_combine_or { struct
166 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
167 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1591 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1603 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1610 inline match_combine_or<
1611 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1833 inline match_combine_or<
1834 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>,
1836 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>,
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h135 template <typename LTy, typename RTy> struct match_combine_or { struct
166 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
167 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1591 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1603 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1610 inline match_combine_or<
1611 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1833 inline match_combine_or<
1834 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>,
1836 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>,
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h179 template <typename LTy, typename RTy> struct match_combine_or { struct
210 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
211 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1644 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1656 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1663 inline match_combine_or<
1664 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1887 inline match_combine_or<
1888 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>,
1890 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>,
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DPatternMatch.h179 template <typename LTy, typename RTy> struct match_combine_or { struct
210 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
211 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1644 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1656 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1663 inline match_combine_or<
1664 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1887 inline match_combine_or<
1888 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>,
1890 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>,
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h179 template <typename LTy, typename RTy> struct match_combine_or { struct
210 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
211 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1644 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1656 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1663 inline match_combine_or<
1664 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1887 inline match_combine_or<
1888 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>,
1890 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>,
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DPatternMatch.h179 template <typename LTy, typename RTy> struct match_combine_or { struct
210 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
211 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1644 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1656 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1663 inline match_combine_or<
1664 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1887 inline match_combine_or<
1888 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>,
1890 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>,
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h179 template <typename LTy, typename RTy> struct match_combine_or { struct
210 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
211 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1644 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1656 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1663 inline match_combine_or<
1664 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1887 inline match_combine_or<
1888 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>,
1890 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>,
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h179 template <typename LTy, typename RTy> struct match_combine_or { struct
210 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
211 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1644 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1656 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1663 inline match_combine_or<
1664 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1887 inline match_combine_or<
1888 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>,
1890 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>,
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DPatternMatch.h112 template <typename LTy, typename RTy> struct match_combine_or { struct
116 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() argument
143 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
144 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1336 inline match_combine_or<CastClass_match<OpTy, Instruction::Trunc>, OpTy>
1354 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1360 inline match_combine_or<CastClass_match<OpTy, Instruction::SExt>, OpTy>
1366 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1373 inline match_combine_or<
1374 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h112 template <typename LTy, typename RTy> struct match_combine_or { struct
116 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() argument
143 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
144 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1336 inline match_combine_or<CastClass_match<OpTy, Instruction::Trunc>, OpTy>
1354 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1360 inline match_combine_or<CastClass_match<OpTy, Instruction::SExt>, OpTy>
1366 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1373 inline match_combine_or<
1374 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h112 template <typename LTy, typename RTy> struct match_combine_or { struct
116 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() function
143 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
144 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1336 inline match_combine_or<CastClass_match<OpTy, Instruction::Trunc>, OpTy>
1354 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1360 inline match_combine_or<CastClass_match<OpTy, Instruction::SExt>, OpTy>
1366 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1373 inline match_combine_or<
1374 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DPatternMatch.h122 template <typename LTy, typename RTy> struct match_combine_or { struct
126 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() argument
153 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
154 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1452 inline match_combine_or<CastClass_match<OpTy, Instruction::Trunc>, OpTy>
1470 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1476 inline match_combine_or<CastClass_match<OpTy, Instruction::SExt>, OpTy>
1482 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1489 inline match_combine_or<
1490 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DPatternMatch.h122 template <typename LTy, typename RTy> struct match_combine_or { struct
126 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() argument
153 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
154 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1452 inline match_combine_or<CastClass_match<OpTy, Instruction::Trunc>, OpTy>
1470 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1476 inline match_combine_or<CastClass_match<OpTy, Instruction::SExt>, OpTy>
1482 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1489 inline match_combine_or<
1490 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DPatternMatch.h93 template <typename LTy, typename RTy> struct match_combine_or { struct
97 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() argument
124 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
125 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1179 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DPatternMatch.h94 template <typename LTy, typename RTy> struct match_combine_or {
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R);
1153 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DPatternMatch.h92 template <typename LTy, typename RTy> struct match_combine_or { struct
96 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() argument
123 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
124 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1226 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,