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

References

utils/TableGen/CodeGenSchedule.cpp
  308         if (Opcode2Index.find(Opcode) == Opcode2Index.end()) {
  308         if (Opcode2Index.find(Opcode) == Opcode2Index.end()) {
  309           Opcode2Index[Opcode] = OpcodeMappings.size();
  349         unsigned OpcodeIdx = Opcode2Index[Opcode];
  369                unsigned LhsIdx = Opcode2Index[Lhs.first];
  370                unsigned RhsIdx = Opcode2Index[Rhs.first];