Home | History | Annotate | Download | only in TableGen

Lines Matching defs:CheckOpcode

61     CheckOpcode,          // Fail if not opcode.
130 case CheckOpcode:
171 // the CheckOpcode method, not the other way around.
483 : Matcher(CheckOpcode), Opcode(opcode) {}
488 return N->getKind() == CheckOpcode;
503 /// every child does a CheckOpcode, but is much faster.