Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Variant

104     bool EmitMatcherCode(unsigned Variant);
452 /// pattern for the specified Variant. If the variant is invalid this returns
454 bool MatcherGen::EmitMatcherCode(unsigned Variant) {
457 // Depending on which variant we're generating code for, emit the root opcode
463 if (Variant >= OpNodes.size()) return true;
465 AddMatcher(new CheckOpcodeMatcher(CGP.getSDNodeInfo(OpNodes[Variant])));
467 if (Variant != 0) return true;
933 /// the specified variant. If the variant number is invalid, this returns null.
935 unsigned Variant,
940 if (Gen.EmitMatcherCode(Variant))