/llvm-project/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 33 class CodeGeneratorImpl : public CodeGenerator { 326 void CodeGenerator::anchor() { } in anchor() 328 CodeGenModule &CodeGenerator::CGM() { in CGM() 332 llvm::Module *CodeGenerator::GetModule() { in GetModule() 336 llvm::Module *CodeGenerator::ReleaseModule() { in ReleaseModule() 340 CGDebugInfo *CodeGenerator::getCGDebugInfo() { in getCGDebugInfo() 344 const Decl *CodeGenerator::GetDeclForMangledName(llvm::StringRef name) { in GetDeclForMangledName() 348 llvm::StringRef CodeGenerator::GetMangledName(GlobalDecl GD) { in GetMangledName() 352 llvm::Constant *CodeGenerator::GetAddrOfGlobal(GlobalDecl global, in GetAddrOfGlobal() 358 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 | BackendConsumer.h | 52 std::unique_ptr<CodeGenerator> Gen; 83 CodeGenerator *getCodeGenerator();
|
H A D | MacroPPCallbacks.cpp | 61 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks()
|
H A D | CodeGenAction.cpp | 138 CodeGenerator* BackendConsumer::getCodeGenerator() { in BackendConsumer() 927 CodeGenerator *CodeGenAction::getCodeGenerator() const { in loadLinkModules()
|
/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalParser.h | 24 class CodeGenerator; 32 class CodeGenerator; global() variable
|
H A D | IncrementalParser.cpp |
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.h | 26 class CodeGenerator; variable 152 std::unique_ptr<clang::CodeGenerator>
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | ModuleBuilder.h | 52 class CodeGenerator : public ASTConsumer { 108 CodeGenerator *CreateLLVMCodeGen(DiagnosticsEngine &Diags,
|
H A D | CodeGenAction.h | 22 class CodeGenerator; variable 86 CodeGenerator *getCodeGenerator() const;
|
/llvm-project/clang/unittests/CodeGen/ |
H A D | TestCompiler.h | 31 std::unique_ptr<clang::CodeGenerator> CG; 83 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/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 231 std::unique_ptr<CodeGenerator> BuildCodeGen(CompilerInstance &CI, in BuildCodeGen() 234 return std::unique_ptr<CodeGenerator>(CreateLLVMCodeGen( in BuildCodeGen() 324 auto &CG = *static_cast<CodeGenerator *>(ASTConsumers.back().get()); in Parse()
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 724 LTOCodeGenerator *CodeGenerator; in DiagnosticHandler() 726 : CodeGenerator(CodeGenPtr) {} 728 CodeGenerator->DiagnosticHandler(DI); member
|
/llvm-project/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/llvm/docs/ |
H A D | UserGuides.rst | 26 CodeGenerator 204 :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. 781 during the SelectionDAG Select Phase described in :doc:`CodeGenerator`.
|
H A D | LangRef.rst | 338 used. <CodeGenerator.html#tail-call-optimization>`_ This calling 373 optimization <CodeGenerator.html#tail-call-optimization>`_ but requires 384 optimization <CodeGenerator.html#tail-call-optimization>`_ but requires 492 the GHC or the HiPE convention is used. <CodeGenerator.html#tail-call-optimization>`_ 12876 `can be ignored <CodeGenerator.html#tail-call-optimization>`_. The 12985 <CodeGenerator.html#tail-call-optimization>`_ [all...] |
/llvm-project/llvm/docs/TableGen/ |
H A D | index.rst | 33 Code Generator <../CodeGenerator>` and the `Clang diagnostics and attributes
|
/llvm-project/mlir/docs/Rationale/ |
H A D | RationaleGenericDAGRewriter.md | 175 [LLVM documentation](https://llvm.org/docs/CodeGenerator.html#select-instructions-from-dag)
|