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

References

gen/lib/Target/SystemZ/SystemZGenAsmMatcher.inc
 5375        it != ie; ++it) {
 5375        it != ie; ++it) {
 5376     const FeatureBitset &RequiredFeatures = FeatureBitsets[it->RequiredFeaturesIdx];
 5380                                           << MII.getName(it->Opcode) << "\n");
 5382     assert(Mnemonic == it->getMnemonic());
 5385       auto Formal = static_cast<MatchClassKind>(it->Classes[FormalIdx]);
 5434           (it == MnemonicRange.first || ErrorInfo <= ActualIdx)) {
 5466     Inst.setOpcode(it->Opcode);
 5487       convertToMapAndConstraints(it->ConvertFn, Operands);
 5488       if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))
 5496     convertToMCInst(it->ConvertFn, Inst, it->Opcode, Operands);
 5496     convertToMCInst(it->ConvertFn, Inst, it->Opcode, Operands);
 5510     if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))