Searched refs:match_combine_or (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/include/llvm/IR/ |
D | PatternMatch.h | 125 template <typename LTy, typename RTy> struct match_combine_or { struct 129 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() argument 156 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr() 157 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr() 1546 inline match_combine_or<CastClass_match<OpTy, Instruction::Trunc>, OpTy> 1564 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy> 1570 inline match_combine_or<CastClass_match<OpTy, Instruction::SExt>, OpTy> 1576 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, 1583 inline match_combine_or< 1584 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, [all …]
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 86 template <typename LTy, typename RTy> struct match_combine_or { struct 90 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() argument 117 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr() 118 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr() 156 inline match_combine_or<match_zero, match_neg_zero> m_AnyZero() { in m_AnyZero() 1322 inline match_combine_or<CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>, 1330 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::And>, 1338 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::Or>, 1346 inline match_combine_or<BinaryOp_match<LHS, RHS, Instruction::Xor>,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 112 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>,
|