reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/GlobalISelEmitter.cpp
 3065   unsigned LabelID = Table.allocateLabelID();
 3066   Table << MatchTable::Opcode("GIM_Try", +1)
 3073     Table << MatchTable::Opcode("GIM_CheckFeatures")
 3078   Matchers.front()->emitPredicateOpcodes(Table, *this);
 3096       Table << MatchTable::Opcode("GIM_CheckIsSafeToFold")
 3138     PM->emitPredicateOpcodes(Table, *this);
 3141     MA->emitActionOpcodes(Table, *this);
 3143   if (Table.isWithCoverage())
 3144     Table << MatchTable::Opcode("GIR_Coverage") << MatchTable::IntValue(RuleID)
 3147     Table << MatchTable::Comment(("GIR_Coverage, " + Twine(RuleID) + ",").str())
 3150   Table << MatchTable::Opcode("GIR_Done", -1) << MatchTable::LineBreak