Searched full:templates (Results 1 – 25 of 162) sorted by relevance
1234567
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | CompilerIntrinsicsPostPlugins.cmake | 17 TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_codegen_ext.inl.h.erb 18 API ${PANDA_ROOT}/templates/plugin_options.rb 26 …TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_ir_build_static_call.inl… 27 API ${PANDA_ROOT}/templates/plugin_options.rb 35 …TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_ir_build_virtual_call.in… 36 API ${PANDA_ROOT}/templates/plugin_options.rb 44 TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_graph_checker.inl.erb 45 API ${PANDA_ROOT}/templates/plugin_options.rb 53 TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_ir_build.inl.h.erb 54 API ${PANDA_ROOT}/templates/plugin_options.rb [all …]
|
| D | BUILD.gn | 365 sources = [ "optimizer/templates/inst_builder_gen.cpp.erb" ] 398 sources = "optimizer/templates/intrinsics" 401 "$ark_root/compiler/optimizer/templates/intrinsics/compiler_intrinsics.rb", 417 sources = "optimizer/templates" 419 api = [ "$ark_root/compiler/optimizer/templates/instructions.rb" ] 423 template_file = "$ark_root/templates/options/options.h.erb" 425 api = [ "$ark_root/templates/common.rb" ] 431 template_file = "$ark_root/templates/cpu_features.inc.erb" 433 api = [ "$ark_root/templates/common.rb" ] 438 template_file = "$ark_root/templates/events/events.h.erb" [all …]
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/templates/ |
| D | BytecodeOptPostPlugins.cmake | 18 API ${PANDA_ROOT}/templates/plugin_options.rb 19 TEMPLATE ${PANDA_ROOT}/bytecode_optimizer/templates/codegen_visitors.inc.erb 32 API ${PANDA_ROOT}/templates/plugin_options.rb 33 TEMPLATE ${PANDA_ROOT}/bytecode_optimizer/templates/reg_encoder_visitors.inc.erb 46 API ${PANDA_ROOT}/templates/plugin_options.rb 47 TEMPLATE ${PANDA_ROOT}/bytecode_optimizer/templates/codegen_intrinsics.cpp.erb 62 ${PANDA_ROOT}/runtime/templates/intrinsics.rb 63 ${PANDA_ROOT}/templates/plugin_options.rb 64 TEMPLATES codegen_call_intrinsics.inc.erb 65 SOURCE ${PANDA_ROOT}/bytecode_optimizer/templates [all …]
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | CMakeLists.txt | 93 COMMAND ruby ${CMAKE_CURRENT_LIST_DIR}/templates/pipeline.rb 104 COMMAND ruby ${CMAKE_CURRENT_LIST_DIR}/templates/pipeline.rb 113 TEMPLATES llvm_passes.inl.erb 114 SOURCE ${CMAKE_CURRENT_LIST_DIR}/templates 116 API ${CMAKE_CURRENT_LIST_DIR}/templates/llvm_pass.rb 123 TEMPLATE ${PANDA_ROOT}/templates/options/options.h.erb 125 API ${PANDA_ROOT}/templates/common.rb 130 TEMPLATES intrinsics_gen.inl.erb 131 SOURCE ${CMAKE_CURRENT_LIST_DIR}/templates 133 API ${CMAKE_CURRENT_LIST_DIR}/templates/intrinsics.rb [all …]
|
| D | LLVMBackendPostPlugins.cmake | 19 TEMPLATE ${PANDA_ROOT}/libllvmbackend/templates/emit_intrinsic_llvm_ir_constructor_gen.inl.erb 20 API ${PANDA_ROOT}/templates/plugin_options.rb 33 TEMPLATE ${PANDA_ROOT}/libllvmbackend/templates/llvm_ir_constructor_gen.inl.erb 34 API ${PANDA_ROOT}/templates/plugin_options.rb 42 TEMPLATE ${PANDA_ROOT}/libllvmbackend/templates/llvm_ir_constructor_gen.h.inl.erb 43 API ${PANDA_ROOT}/templates/plugin_options.rb 57 … TEMPLATE ${PANDA_ROOT}/libllvmbackend/templates/get_intrinsic_id_llvm_ark_interface_gen.h.inl.erb 58 API ${PANDA_ROOT}/templates/plugin_options.rb 66 TEMPLATE ${PANDA_ROOT}/libllvmbackend/templates/get_intrinsic_id_llvm_ark_interface_gen.inl.erb 67 API ${PANDA_ROOT}/templates/plugin_options.rb
|
| /arkcompiler/runtime_core/compiler/ |
| D | BUILD.gn | 236 sources = "optimizer/templates" 256 sources = "optimizer/templates/intrinsics" 259 "$ark_root/compiler/optimizer/templates/intrinsics/compiler_intrinsics.rb", 268 sources = "optimizer/templates" 282 sources = "optimizer/templates" 284 requires = [ "$ark_root/compiler/optimizer/templates/instructions.rb" ] 288 template_file = "$ark_root/templates/options/options.h.erb" 290 requires = [ "$ark_root/templates/common.rb" ] 295 template_file = "$ark_root/templates/cpu_features.inc.erb" 297 requires = [ "$ark_root/templates/common.rb" ] [all …]
|
| /arkcompiler/runtime_core/static_core/verification/gen/ |
| D | BUILD.gn | 27 template_file = "templates/abs_int_inl_compat_checks.h.erb" 40 sources = "templates" ## ark_root/templates 46 template_file = "$ark_root/templates/messages/messages.h.erb" 48 api = [ "$ark_root/templates/messages.rb" ] 54 template_file = "$ark_root/verification/gen/templates/plugins_gen.inc.erb" 56 api = [ "$ark_root/templates/plugin_options.rb" ] 62 "$ark_root/verification/gen/templates/verifier_messages_data_gen.cpp.erb" 64 api = [ "$ark_root/templates/messages.rb" ]
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | BUILD.gn | 133 sources = "templates" 142 template_file = "../templates/options/options.h.erb" 144 api = [ "../templates/common.rb" ] 150 template_file = "templates/reg_encoder_visitors.inc.erb" 152 api = [ "$ark_root/templates/plugin_options.rb" ] 158 template_file = "templates/codegen_visitors.inc.erb" 160 api = [ "$ark_root/templates/plugin_options.rb" ] 166 template_file = "templates/codegen_intrinsics.cpp.erb" 168 api = [ "$ark_root/templates/plugin_options.rb" ] 177 template_file = "templates/codegen_call_intrinsics.inc.erb" [all …]
|
| /arkcompiler/runtime_core/cmake/ |
| D | TemplateBasedGen.cmake | 16 # Generate files based on templates and YAML data provided. 22 # * TEMPLATES -- a list of templates to generate files 23 # * REQUIRES -- a list of Ruby scripts that provide data-querying API for templates 26 # * SOURCE -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates 33 set(multivalues TEMPLATES REQUIRES EXTRA_DEPENDENCIES EXTRA_ARGV) 43 message(FATAL_ERROR "`TEMPLATES` were not passed to `panda_gen` function") 51 set(GEN_ARG_SOURCE "${PROJECT_SOURCE_DIR}/templates") 90 # * TEMPLATES -- a list of templates to generate files 93 # * SOURCE -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates 100 set(multivalues TEMPLATES REQUIRES EXTRA_DEPENDENCIES) [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | RuntimeLanguageContextPostPlugins.cmake | 17 TEMPLATE ${PANDA_ROOT}/runtime/templates/plugins.inc.erb 18 API ${PANDA_ROOT}/templates/plugin_options.rb 27 API ${PANDA_ROOT}/templates/plugin_options.rb 35 TEMPLATE ${PANDA_ROOT}/runtime/templates/plugins_interpreters-inl.h.erb 36 API ${PANDA_ROOT}/templates/plugin_options.rb 44 TEMPLATE ${PANDA_ROOT}/runtime/templates/language_config_gen.inc.erb 45 API ${PANDA_ROOT}/templates/plugin_options.rb
|
| D | BUILD.gn | 523 template_file = "templates/intrinsics.yaml.erb" 526 rebase_path("templates/runtime.rb", root_build_dir), 532 script = "$ark_root/runtime/templates/gen_intrinsics_data.rb" 540 rebase_path("templates/runtime.rb", root_build_dir), 579 sources = "interpreter/templates" 585 bridge_dispatch_template = "templates/bridge_dispatch.S.erb" 586 bridge_dispatch_dyn_template = "templates/bridge_dispatch_dyn.S.erb" 601 "templates/bridge_helpers_${arch}.rb", 602 "templates/bridge_helpers_common.rb", 603 "templates/bridge_helpers_static.rb", [all …]
|
| D | RuntimeEntrypointsPostPlugins.cmake | 21 … COMMAND ${PANDA_ROOT}/templates/concat_yamls.sh "${GEN_ENTRYPOINTS_YAML}" ${ENTRYPOINT_YAML_FILES} 28 TEMPLATES 35 ${PANDA_ROOT}/templates/common.rb 43 TEMPLATES 48 ${PANDA_ROOT}/templates/common.rb
|
| D | intrinsics.cmake | 24 set(GENERATOR ${CMAKE_CURRENT_SOURCE_DIR}/templates/gen_intrinsics_data.rb) 25 set(TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/templates/intrinsics.yaml.erb) 26 … set(REQUIRES ${CMAKE_CURRENT_SOURCE_DIR}/templates/runtime.rb ${PANDA_ROOT}/libpandabase/utils.rb) 76 TEMPLATES ${RUNTIME_TEMPLATES} 77 API ${CMAKE_CURRENT_SOURCE_DIR}/templates/intrinsics.rb 79 SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/templates
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | TemplateBasedGen.cmake | 16 # Generate files based on templates and YAML data provided. 22 # * API -- a list of Ruby scripts that provide data-querying API for templates 24 # * TEMPLATES -- a list of templates to generate files 27 # * SOURCE -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates 35 set(multivalues DATA API TEMPLATES REQUIRES EXTRA_DEPENDENCIES EXTRA_ARGV) 45 message(FATAL_ERROR "`TEMPLATES` were not passed to `panda_gen` function") 57 set(GEN_ARG_SOURCE "${PROJECT_SOURCE_DIR}/templates") 98 # * TEMPLATES -- a list of templates to generate files 101 # * SOURCE -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates 108 set(multivalues TEMPLATES REQUIRES EXTRA_DEPENDENCIES) [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | LibpandabasePostPlugins.cmake | 15 set(LOGGER_CORE_FILE "${PROJECT_SOURCE_DIR}/libpandabase/templates/logger.yaml") 16 set(LOGGER_GENERATOR "${PROJECT_SOURCE_DIR}/libpandabase/templates/logger_gen.rb") 38 TEMPLATE ${PROJECT_SOURCE_DIR}/libpandabase/templates/${TEMPLATE} 40 API ${PROJECT_SOURCE_DIR}/libpandabase/templates/logger.rb 60 TEMPLATE ${PROJECT_SOURCE_DIR}/libpandabase/templates/source_language.h.erb 61 API ${PANDA_ROOT}/templates/plugin_options.rb 71 TEMPLATE ${PROJECT_SOURCE_DIR}/libpandabase/templates/plugins_regmasks.inl.erb 72 API ${PANDA_ROOT}/templates/plugin_options.rb
|
| /arkcompiler/runtime_core/bytecode_optimizer/templates/ |
| D | BytecodeOptPostPlugins.cmake | 18 TEMPLATE ${PANDA_ROOT}/bytecode_optimizer/templates/codegen_visitors.inc.erb 19 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb 32 TEMPLATE ${PANDA_ROOT}/bytecode_optimizer/templates/reg_encoder_visitors.inc.erb 33 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb 46 TEMPLATE ${PANDA_ROOT}/bytecode_optimizer/templates/codegen_intrinsics.cpp.erb 47 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | BUILD.gn | 114 sources = "templates" 123 template_file = "../templates/options/options.h.erb" 125 requires = [ "../templates/common.rb" ] 131 template_file = "templates/reg_encoder_visitors.inc.erb" 133 requires = [ "$ark_root/templates/plugin_options.rb" ] 139 template_file = "templates/codegen_visitors.inc.erb" 141 requires = [ "$ark_root/templates/plugin_options.rb" ] 147 template_file = "templates/codegen_intrinsics.cpp.erb" 149 requires = [ "$ark_root/templates/plugin_options.rb" ]
|
| /arkcompiler/runtime_core/ |
| D | .gitattributes | 8 static_core/plugins/ets/tests/ets-templates/02.lexical_elements/04.line_separators/line_separators.… 9 static_core/plugins/ets/tests/ets-templates/02.lexical_elements/03.white_spaces/whitespaces.ets bin… 10 static_core/plugins/ets/tests/ets-templates/02.lexical_elements/04.line_separators/line_separators.… 11 static_core/plugins/ets/tests/ets-templates/02.lexical_elements/03.white_spaces/whitespaces.sts bin…
|
| D | ark_config.gni | 75 # requires -- a list of scripts that provide data-querying API for templates 136 script = "$ark_root/templates/concat_yamls.sh" 166 script = "$ark_root/templates/merge.rb" 183 # Generate files based on templates and YAML data provided. 189 # * template_files -- a list of templates to generate files 190 # * requires -- a list of Ruby scripts that provide data-querying API for templates 193 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates 206 dir = "templates" 250 # * template_files -- a list of templates to generate files 253 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
|
| /arkcompiler/toolchain/build/ |
| D | ark.gni | 20 # import cxx base templates 21 import("$build_root/templates/cxx/cxx.gni") 23 # import prebuilt templates 24 import("$build_root/templates/cxx/prebuilt.gni")
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | CMakeLists.txt | 28 TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/gen/templates/${TEMPLATE_NAME}.h.erb" 46 TEMPLATES ${ISA_TEMPLATES} 47 SOURCE ${CMAKE_CURRENT_LIST_DIR}/gen/templates 60 API ${PANDA_ROOT}/templates/messages.rb 61 SOURCE ${PANDA_ROOT}/verification/gen/templates 62 TEMPLATES verifier_messages_data_gen.cpp.erb
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | BUILD.gn | 144 template_file = "templates/type.h.erb" 159 sources = "templates" ## ark_root/templates 166 template_file = "templates/file_items_gen.inc.erb" 168 api = [ "$ark_root/templates/plugin_options.rb" ] 174 template_file = "templates/source_lang_enum.h.erb" 176 api = [ "$ark_root/templates/plugin_options.rb" ]
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | DisassemblerPostPlugins.cmake | 17 TEMPLATE ${PANDA_ROOT}/disassembler/templates/disasm_plugins.inc.erb 18 API ${PANDA_ROOT}/templates/plugin_options.rb 26 TEMPLATE ${PANDA_ROOT}/disassembler/templates/get_language_specific_metadata.inc.erb 27 API ${PANDA_ROOT}/templates/plugin_options.rb
|
| /arkcompiler/runtime_core/disassembler/ |
| D | DisassemblerPostPlugins.cmake | 17 TEMPLATE ${PANDA_ROOT}/disassembler/templates/disasm_plugins.inc.erb 18 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb 26 TEMPLATE ${PANDA_ROOT}/disassembler/templates/get_language_specific_metadata.inc.erb 27 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
|
| /arkcompiler/runtime_core/gn/ark/runtime_core/ |
| D | ark_config.gni | 74 # requires -- a list of scripts that provide data-querying API for templates 132 script = "$ark_root/templates/concat_yamls.sh" 162 script = "$ark_root/templates/merge.rb" 179 # Generate files based on templates and YAML data provided. 185 # * template_files -- a list of templates to generate files 186 # * requires -- a list of Ruby scripts that provide data-querying API for templates 189 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates 202 dir = "templates" 246 # * template_files -- a list of templates to generate files 249 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
|
1234567