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

References

utils/TableGen/PredicateExpander.cpp
  149   if (shouldExpandForMC())
  187   OS << TargetName << (shouldExpandForMC() ? "_MC::" : "InstrInfo::");
  204   OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn)
  210   if (shouldExpandForMC())
  385   if (shouldExpandForMC())
  391   OS << (shouldExpandForMC() ? ", unsigned ProcessorID) const " : ") const ");
  415     if (shouldExpandForMC())
  422   if (shouldExpandForMC())
  518   if (shouldExpandForMC() && !Rec->getValueAsBit("ExpandForMC"))