| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | ModuleBuilder.cpp | 33 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 D | MacroPPCallbacks.h | 24 class CodeGenerator; variable 28 CodeGenerator *Gen; 90 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
|
| H A D | MacroPPCallbacks.cpp | 61 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks()
|
| H A D | CodeGenAction.cpp | 128 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 D | ModuleBuilder.h | 48 class CodeGenerator : public ASTConsumer { 104 CodeGenerator *CreateLLVMCodeGen(DiagnosticsEngine &Diags,
|
| H A D | CodeGenAction.h | 22 class CodeGenerator; variable 81 CodeGenerator *getCodeGenerator() const;
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.h | 26 class CodeGenerator; variable 174 std::unique_ptr<clang::CodeGenerator>
|
| /llvm-project-15.0.7/clang/unittests/CodeGen/ |
| H A D | TestCompiler.h | 30 std::unique_ptr<clang::CodeGenerator> CG; 82 static_cast<clang::CodeGenerator&>(compiler.getASTConsumer()).GetModule(); in compile()
|
| H A D | CodeGenExternalTest.cpp | 55 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 D | IncrementalParser.cpp | 208 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 D | clang-import-test.cpp | 229 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 D | LTOCodeGenerator.cpp | 653 LTOCodeGenerator *CodeGenerator; member 655 : CodeGenerator(CodeGenPtr) {} in LTODiagnosticHandler() 657 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | inner_scev_sdiv_1.ll | 7 ; (for.cond.30.preheader => for.cond.60.preheader). CodeGenerator would add a
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | UserGuides.rst | 25 CodeGenerator 181 :doc:`CodeGenerator`
|
| H A D | ExtendingLLVM.rst | 105 <CodeGenerator.html#selectiondag_legalize>`_ the node as necessary. At a
|
| H A D | WritingAnLLVMBackend.rst | 47 * :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 D | LangRef.rst | 300 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 D | index.rst | 33 Code Generator <../CodeGenerator>` and the `Clang diagnostics and attributes
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | RationaleGenericDAGRewriter.md | 175 [LLVM documentation](https://llvm.org/docs/CodeGenerator.html#select-instructions-from-dag)
|