Searched refs:MaxMin_match (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1281 struct MaxMin_match { struct 1287 MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in MaxMin_match() argument 1374 inline MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty> m_SMax(const LHS &L, in m_SMax() 1376 return MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>(L, R); in m_SMax() 1380 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty> m_SMin(const LHS &L, in m_SMin() 1382 return MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty>(L, R); in m_SMin() 1386 inline MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty> m_UMax(const LHS &L, in m_UMax() 1388 return MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>(L, R); in m_UMax() 1392 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty> m_UMin(const LHS &L, in m_UMin() 1394 return MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty>(L, R); in m_UMin() [all …]
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 951 struct MaxMin_match { struct 955 MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in MaxMin_match() argument 1041 inline MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty> m_SMax(const LHS &L, in m_SMax() 1043 return MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>(L, R); in m_SMax() 1047 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty> m_SMin(const LHS &L, in m_SMin() 1049 return MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty>(L, R); in m_SMin() 1053 inline MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty> m_UMax(const LHS &L, in m_UMax() 1055 return MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>(L, R); in m_UMax() 1059 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty> m_UMin(const LHS &L, in m_UMin() 1061 return MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty>(L, R); in m_UMin() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 703 struct MaxMin_match { struct 707 MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) in MaxMin_match() argument 767 inline MaxMin_match<LHS, RHS, smax_pred_ty> 769 return MaxMin_match<LHS, RHS, smax_pred_ty>(L, R); in m_SMax() 773 inline MaxMin_match<LHS, RHS, smin_pred_ty> 775 return MaxMin_match<LHS, RHS, smin_pred_ty>(L, R); in m_SMin() 779 inline MaxMin_match<LHS, RHS, umax_pred_ty> 781 return MaxMin_match<LHS, RHS, umax_pred_ty>(L, R); in m_UMax() 785 inline MaxMin_match<LHS, RHS, umin_pred_ty> 787 return MaxMin_match<LHS, RHS, umin_pred_ty>(L, R); in m_UMin()
|