Home
last modified time | relevance | path

Searched refs:CodeGenerator (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DModuleBuilder.cpp33 class CodeGeneratorImpl : public CodeGenerator {
325 void CodeGenerator::anchor() { } in anchor()
327 CodeGenModule &CodeGenerator::CGM() { in CGM()
331 llvm::Module *CodeGenerator::GetModule() { in GetModule()
335 llvm::Module *CodeGenerator::ReleaseModule() { in ReleaseModule()
339 CGDebugInfo *CodeGenerator::getCGDebugInfo() { in getCGDebugInfo()
343 const Decl *CodeGenerator::GetDeclForMangledName(llvm::StringRef name) { in GetDeclForMangledName()
347 llvm::StringRef CodeGenerator::GetMangledName(GlobalDecl GD) { in GetMangledName()
351 llvm::Constant *CodeGenerator::GetAddrOfGlobal(GlobalDecl global, in GetAddrOfGlobal()
357 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, in StartModule()
[all …]
H A DMacroPPCallbacks.h24 class CodeGenerator; variable
28 CodeGenerator *Gen;
90 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
H A DMacroPPCallbacks.cpp61 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks()
H A DCodeGenAction.cpp128 std::unique_ptr<CodeGenerator> Gen;
200 CodeGenerator *getCodeGenerator() { return Gen.get(); } in getCodeGenerator()
988 CodeGenerator *CodeGenAction::getCodeGenerator() const { in getCodeGenerator()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DModuleBuilder.h48 class CodeGenerator : public ASTConsumer {
104 CodeGenerator *CreateLLVMCodeGen(DiagnosticsEngine &Diags,
H A DCodeGenAction.h22 class CodeGenerator; variable
81 CodeGenerator *getCodeGenerator() const;
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h26 class CodeGenerator; variable
174 std::unique_ptr<clang::CodeGenerator>
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTestCompiler.h30 std::unique_ptr<clang::CodeGenerator> CG;
82 static_cast<clang::CodeGenerator&>(compiler.getASTConsumer()).GetModule(); in compile()
H A DCodeGenExternalTest.cpp55 std::unique_ptr<CodeGenerator> Builder;
58 MyASTConsumer(std::unique_ptr<CodeGenerator> Builder_in) in MyASTConsumer()
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp208 static CodeGenerator *getCodeGen(FrontendAction *Act) { in getCodeGen()
270 if (CodeGenerator *CG = getCodeGen(Act.get())) { in Parse()
300 CodeGenerator *CG = getCodeGen(Act.get()); in GetMangledName()
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp229 std::unique_ptr<CodeGenerator> BuildCodeGen(CompilerInstance &CI, in BuildCodeGen()
232 return std::unique_ptr<CodeGenerator>(CreateLLVMCodeGen( in BuildCodeGen()
322 auto &CG = *static_cast<CodeGenerator *>(ASTConsumers.back().get()); in Parse()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp653 LTOCodeGenerator *CodeGenerator; member
655 : CodeGenerator(CodeGenPtr) {} in LTODiagnosticHandler()
657 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
/llvm-project-15.0.7/polly/test/CodeGen/
H A Dinner_scev_sdiv_1.ll7 ; (for.cond.30.preheader => for.cond.60.preheader). CodeGenerator would add a
/llvm-project-15.0.7/llvm/docs/
H A DUserGuides.rst25 CodeGenerator
181 :doc:`CodeGenerator`
H A DExtendingLLVM.rst105 <CodeGenerator.html#selectiondag_legalize>`_ the node as necessary. At a
H A DWritingAnLLVMBackend.rst47 * :doc:`CodeGenerator` --- a guide to the components (classes and code
132 :doc:`LLVM Target-Independent Code Generator <CodeGenerator>` document.
782 during the SelectionDAG Select Phase described in :doc:`CodeGenerator`.
H A DLangRef.rst300 used. <CodeGenerator.html#tail-call-optimization>`_ This calling
329 optimization <CodeGenerator.html#tail-call-optimization>`_ but requires
340 optimization <CodeGenerator.html#tail-call-optimization>`_ but requires
437 the GHC or the HiPE convention is used. <CodeGenerator.html#tail-call-optimization>`_
11652 `can be ignored <CodeGenerator.html#sibcallopt>`_. The ``musttail`` marker
11704 met. <CodeGenerator.html#tailcallopt>`_
/llvm-project-15.0.7/llvm/docs/TableGen/
H A Dindex.rst33 Code Generator <../CodeGenerator>` and the `Clang diagnostics and attributes
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationaleGenericDAGRewriter.md175 [LLVM documentation](https://llvm.org/docs/CodeGenerator.html#select-instructions-from-dag)