Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckOpcode

60     CheckOpcode,          // Fail if not opcode.
127 case CheckOpcode:
167 // the CheckOpcode method, not the other way around.
451 : Matcher(CheckOpcode), Opcode(opcode) {}
456 return N->getKind() == CheckOpcode;
471 /// every child does a CheckOpcode, but is much faster.