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

References

utils/TableGen/IntrinsicEmitter.cpp
   64     TargetPrefix = Ints[0].TargetPrefix;
  592     OS << "static AttributeList getAttributes(LLVMContext &C, " << TargetPrefix
  879     OS << "static " << TargetPrefix << "Intrinsic::ID "
  890     if (!TargetPrefix.empty())
  891       OS << "(" << TargetPrefix << "Intrinsic::ID)";
  940   if (!TargetPrefix.empty())
  941     OS << "(" << TargetPrefix << "Intrinsic::ID)";