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

References

tools/clang/utils/TableGen/MveEmitter.cpp
  557        << ParamAlloc.allocParam("llvm::Type *", IntegerType->llvmName())
  559     OS << ParamAlloc.allocParam(IntegerType->cName(), utostr(IntegerValue))
  578        << ParamAlloc.allocParam("llvm::Type *", IntegerType->llvmName()) << ", "
  579        << ParamAlloc.allocParam("bool",
  614            << ParamAlloc.allocParam("unsigned",
  645     std::string IntNo = ParamAlloc.allocParam(
  652         OS << Sep << ParamAlloc.allocParam("llvm::Type *", T->llvmName());