Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckOpcode

62     CheckOpcode,          // Fail if not opcode.
119 case CheckOpcode:
160 // the CheckOpcode method, not the other way around.
440 : Matcher(CheckOpcode), Opcode(opcode) {}
445 return N->getKind() == CheckOpcode;
457 /// every child does a CheckOpcode, but is much faster.