Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckOpcode

62     CheckOpcode,          // Fail if not opcode.
131 case CheckOpcode:
172 // the CheckOpcode method, not the other way around.
484 : Matcher(CheckOpcode), Opcode(opcode) {}
489 return N->getKind() == CheckOpcode;
504 /// every child does a CheckOpcode, but is much faster.