reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/PatternMatch.h
   47 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) {
  112   LTy L;
  113   RTy R;
  115   match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
  115   match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
  127   LTy L;
  130   match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
  142 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
  142 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
  142 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
  142 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
  148 inline match_combine_and<LTy, RTy> m_CombineAnd(const LTy &L, const RTy &R) {
  148 inline match_combine_and<LTy, RTy> m_CombineAnd(const LTy &L, const RTy &R) {
  735   LHS_t L;
  740   BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
  826 inline BinaryOp_match<LHS, RHS, Instruction::Mul> m_Mul(const LHS &L,
  826 inline BinaryOp_match<LHS, RHS, Instruction::Mul> m_Mul(const LHS &L,
 1711   using Ty = match_combine_and<IntrinsicID_match, Argument_match<T0>>;
 1732 template <Intrinsic::ID IntrID> inline IntrinsicID_match m_Intrinsic() {
lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
  186         auto GroupIDIntrin = I == 0 ?