Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckOpcode

59     CheckOpcode,          // Fail if not opcode.
128 case CheckOpcode:
168 // the CheckOpcode method, not the other way around.
452 : Matcher(CheckOpcode), Opcode(opcode) {}
457 return N->getKind() == CheckOpcode;
472 /// every child does a CheckOpcode, but is much faster.