Home
last modified time | relevance | path

Searched full:templates (Results 1 – 25 of 92) sorted by relevance

1234

/arkcompiler/runtime_core/compiler/
DCompilerIntrinsicsPostPlugins.cmake17 TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_stub.inl.erb
18 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
26 TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_stub.inl.h.erb
27 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
35 TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_codegen_ext.inl.h.erb
36 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
44 …TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_ir_build_static_call.inl…
45 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
53 …TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_ir_build_virtual_call.in…
54 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
[all …]
DBUILD.gn291 sources = "optimizer/templates"
312 sources = "optimizer/templates/intrinsics"
315 "$ark_root/compiler/optimizer/templates/intrinsics/compiler_intrinsics.rb",
325 sources = "optimizer/templates"
340 sources = "optimizer/templates"
342 requires = [ "$ark_root/compiler/optimizer/templates/instructions.rb" ]
346 template_file = "$ark_root/templates/options/options.h.erb"
348 requires = [ "$ark_root/templates/common.rb" ]
353 template_file = "$ark_root/templates/cpu_features.inc.erb"
355 requires = [ "$ark_root/templates/common.rb" ]
[all …]
DCMakeLists.txt56 set(COMPILER_TEMPLATES_DIR ${CMAKE_CURRENT_LIST_DIR}/optimizer/templates)
73 TEMPLATES
82 TEMPLATES
103 TEMPLATES
118 TEMPLATE ${PANDA_ROOT}/templates/options/options.h.erb
120 REQUIRES ${PANDA_ROOT}/templates/common.rb
127 TEMPLATE ${PANDA_ROOT}/templates/events/events.h.erb
129 REQUIRES ${PANDA_ROOT}/templates/common.rb
136 TEMPLATE ${PANDA_ROOT}/templates/logger_components/logger_components.inc.erb
138 REQUIRES ${PANDA_ROOT}/templates/common.rb
[all …]
/arkcompiler/runtime_core/cmake/
DTemplateBasedGen.cmake16 # 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 …]
DPostPlugins.cmake19 COMMAND ${PANDA_ROOT}/templates/concat_yamls.sh "${GEN_PLUGIN_OPTIONS_YAML}" ${YAML_FILES}
25 include(bytecode_optimizer/templates/BytecodeOptPostPlugins.cmake)
38 include(irtoc/templates/IrtocPostPlugins.cmake)
/arkcompiler/runtime_core/runtime/
DRuntimeLanguageContextPostPlugins.cmake17 TEMPLATE ${PANDA_ROOT}/runtime/templates/plugins.inc.erb
18 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
27 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
35 TEMPLATE ${PANDA_ROOT}/runtime/templates/plugins_interpreters-inl.h.erb
36 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
44 TEMPLATE ${PANDA_ROOT}/runtime/templates/language_config_gen.inc.erb
45 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
DBUILD.gn504 template_file = "templates/intrinsics.yaml.erb"
507 script = "$ark_root/runtime/templates/gen_intrinsics_data.rb"
515 rebase_path("templates/runtime.rb", root_build_dir),
540 sources = "interpreter/templates"
546 bridge_dispatch_template = "templates/bridge_dispatch.S.erb"
547 bridge_dispatch_dyn_template = "templates/bridge_dispatch_dyn.S.erb"
564 "templates/bridge_helpers_${arch}.rb",
565 "templates/bridge_helpers_common.rb",
566 "templates/bridge_helpers_static.rb",
577 "templates/bridge_helpers_dynamic.rb",
[all …]
DRuntimeEntrypointsPostPlugins.cmake21 … COMMAND ${PANDA_ROOT}/templates/concat_yamls.sh "${GEN_ENTRYPOINTS_YAML}" ${ENTRYPOINT_YAML_FILES}
28 TEMPLATES
35 ${PANDA_ROOT}/templates/common.rb
42 TEMPLATES
47 ${PANDA_ROOT}/templates/common.rb
Dintrinsics.cmake24 …et(GENERATOR ${CMAKE_CURRENT_SOURCE_DIR}/templates/gen_intrinsics_data.rb ${CMAKE_CURRENT_SOURCE_D…
25 set(TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/templates/intrinsics.yaml.erb)
76 TEMPLATES ${RUNTIME_TEMPLATES}
77 REQUIRES ${CMAKE_CURRENT_SOURCE_DIR}/templates/intrinsics.rb
78 SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/templates
DRuntimeIrtocPostPlugins.cmake17 TEMPLATE ${PANDA_ROOT}/runtime/templates/plugins_defines.h.erb
18 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
26 TEMPLATE ${PANDA_ROOT}/runtime/templates/plugins_asm_defines.def.erb
27 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
/arkcompiler/runtime_core/verification/gen/
DBUILD.gn25 template_file = "templates/abs_int_inl_compat_checks.h.erb"
37 sources = "templates" ## ark_root/templates
43 template_file = "$ark_root/templates/messages/messages.h.erb"
45 requires = [ "$ark_root/templates/messages.rb" ]
51 template_file = "$ark_root/verification/gen/templates/lang_specifics.h.erb"
53 requires = [ "$ark_root/templates/plugin_options.rb" ]
/arkcompiler/runtime_core/bytecode_optimizer/
DBUILD.gn101 sources = "templates"
110 template_file = "../templates/options/options.h.erb"
112 requires = [ "../templates/common.rb" ]
118 template_file = "templates/reg_encoder_visitors.inc.erb"
120 requires = [ "$ark_root/templates/plugin_options.rb" ]
126 template_file = "templates/codegen_visitors.inc.erb"
128 requires = [ "$ark_root/templates/plugin_options.rb" ]
134 template_file = "templates/codegen_intrinsics.cpp.erb"
136 requires = [ "$ark_root/templates/plugin_options.rb" ]
/arkcompiler/runtime_core/bytecode_optimizer/templates/
DBytecodeOptPostPlugins.cmake18 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/
Dark_config.gni63 # requires -- a list of scripts that provide data-querying API for templates
121 script = "$ark_root/templates/concat_yamls.sh"
151 script = "$ark_root/templates/merge.rb"
168 # Generate files based on templates and YAML data provided.
174 # * template_files -- a list of templates to generate files
175 # * requires -- a list of Ruby scripts that provide data-querying API for templates
178 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
191 dir = "templates"
235 # * template_files -- a list of templates to generate files
238 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
/arkcompiler/runtime_core/gn/ark/runtime_core/
Dark_config.gni75 # requires -- a list of scripts that provide data-querying API for templates
133 script = "$ark_root/templates/concat_yamls.sh"
163 script = "$ark_root/templates/merge.rb"
180 # Generate files based on templates and YAML data provided.
186 # * template_files -- a list of templates to generate files
187 # * requires -- a list of Ruby scripts that provide data-querying API for templates
190 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
203 dir = "templates"
247 # * template_files -- a list of templates to generate files
250 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
/arkcompiler/runtime_core/disassembler/
DDisassemblerPostPlugins.cmake17 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
DBUILD.gn155 sources = "templates"
165 "$ark_root/disassembler/templates/type_to_pandasm_type.cpp.erb"
173 template_file = "templates/disasm_plugins.inc.erb"
175 requires = [ "$ark_root/templates/plugin_options.rb" ]
181 template_file = "templates/get_language_specific_metadata.inc.erb"
183 requires = [ "$ark_root/templates/plugin_options.rb" ]
/arkcompiler/runtime_core/libpandabase/
DLibpandabasePostPlugins.cmake15 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 REQUIRES ${PROJECT_SOURCE_DIR}/libpandabase/templates/logger.rb
DBUILD.gn43 template_file = "../templates/options/options.h.erb"
45 requires = [ "../templates/common.rb" ]
52 sources = [ "$ark_root/libpandabase/templates/ark_version.h.in" ]
225 script = "$ark_root/libpandabase/templates/logger_gen.rb"
226 inputs = [ "$ark_root/libpandabase/templates/logger.yaml" ]
241 template_file = "templates/logger_enum_gen.h.erb"
243 requires = [ "$ark_root/libpandabase/templates/logger.rb" ]
249 template_file = "templates/logger_impl_gen.inc.erb"
251 requires = [ "$ark_root/libpandabase/templates/logger.rb" ]
/arkcompiler/runtime_core/libpandafile/
DCMakeLists.txt22 set(TEMPLATES variable
31 panda_isa_gen(TEMPLATES ${TEMPLATES}
32 SOURCE ${CMAKE_CURRENT_LIST_DIR}/templates
39 set(TEMPLATE ${CMAKE_CURRENT_LIST_DIR}/templates/type.h.erb)
DBUILD.gn142 template_file = "templates/type.h.erb"
158 sources = "templates" ## ark_root/templates
165 template_file = "templates/source_lang_enum.h.erb"
167 requires = [ "$ark_root/templates/plugin_options.rb" ]
/arkcompiler/runtime_core/isa/
DCMakeLists.txt43 set(TEMPLATES variable
46 panda_isa_gen(TEMPLATES ${TEMPLATES})
/arkcompiler/runtime_core/libark_defect_scan_aux/
DBUILD.gn47 sources = "templates"
49 requires = [ "$ark_root/compiler/optimizer/templates/instructions.rb" ]
54 sources = "templates"
/arkcompiler/runtime_core/verification/
DCMakeLists.txt28 TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/gen/templates/${TEMPLATE_NAME}.h.erb"
42 TEMPLATES ${ISA_TEMPLATES}
43 SOURCE ${CMAKE_CURRENT_LIST_DIR}/gen/templates
/arkcompiler/toolchain/build/
Dark.gni16 # import cxx base templates
17 import("$build_root/templates/cxx/cxx.gni")

1234