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

References

gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc
 7047        it != ie; ++it) {
 7047        it != ie; ++it) {
 7048     const FeatureBitset &RequiredFeatures = FeatureBitsets[it->RequiredFeaturesIdx];
 7052                                           << MII.getName(it->Opcode) << "\n");
 7054     assert(Mnemonic == it->getMnemonic());
 7057       auto Formal = static_cast<MatchClassKind>(it->Classes[FormalIdx]);
 7106           (it == MnemonicRange.first || ErrorInfo <= ActualIdx)) {
 7138     Inst.setOpcode(it->Opcode);
 7159       convertToMapAndConstraints(it->ConvertFn, Operands);
 7160       if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))
 7168     convertToMCInst(it->ConvertFn, Inst, it->Opcode, Operands);
 7168     convertToMCInst(it->ConvertFn, Inst, it->Opcode, Operands);
 7189     if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))