Home
last modified time | relevance | path

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

1234567

/arkcompiler/runtime_core/static_core/compiler/
DCompilerIntrinsicsPostPlugins.cmake17 TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_codegen_ext.inl.h.erb
18 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
26 …TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_ir_build_static_call.inl…
27 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
35 …TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_ir_build_virtual_call.in…
36 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
44 TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_graph_checker.inl.erb
45 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
53 TEMPLATE ${PANDA_ROOT}/compiler/optimizer/templates/intrinsics/intrinsics_ir_build.inl.h.erb
54 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
[all …]
DBUILD.gn349 sources = [ "optimizer/templates/inst_builder_gen.cpp.erb" ]
382 sources = "optimizer/templates/intrinsics"
385 "$ark_root/compiler/optimizer/templates/intrinsics/compiler_intrinsics.rb",
400 sources = "optimizer/templates"
402 requires = [ "$ark_root/compiler/optimizer/templates/instructions.rb" ]
406 template_file = "$ark_root/templates/options/options.h.erb"
408 requires = [ "$ark_root/templates/common.rb" ]
414 template_file = "$ark_root/templates/cpu_features.inc.erb"
416 requires = [ "$ark_root/templates/common.rb" ]
421 template_file = "$ark_root/templates/events/events.h.erb"
[all …]
/arkcompiler/runtime_core/static_core/libllvmbackend/
DCMakeLists.txt66 COMMAND ruby ${CMAKE_CURRENT_LIST_DIR}/templates/pipeline.rb
75 TEMPLATES llvm_passes.inl.erb
76 SOURCE ${CMAKE_CURRENT_LIST_DIR}/templates
78 REQUIRES ${CMAKE_CURRENT_LIST_DIR}/templates/llvm_pass.rb
85 TEMPLATE ${PANDA_ROOT}/templates/options/options.h.erb
87 REQUIRES ${PANDA_ROOT}/templates/common.rb
92 TEMPLATES intrinsics_gen.inl.erb
93 SOURCE ${CMAKE_CURRENT_LIST_DIR}/templates
95 REQUIRES ${CMAKE_CURRENT_LIST_DIR}/templates/intrinsics.rb
100 TEMPLATES can_compile_intrinsics_gen.inl.erb
[all …]
/arkcompiler/runtime_core/compiler/
DBUILD.gn224 sources = "optimizer/templates"
244 sources = "optimizer/templates/intrinsics"
247 "$ark_root/compiler/optimizer/templates/intrinsics/compiler_intrinsics.rb",
256 sources = "optimizer/templates"
270 sources = "optimizer/templates"
272 requires = [ "$ark_root/compiler/optimizer/templates/instructions.rb" ]
276 template_file = "$ark_root/templates/options/options.h.erb"
278 requires = [ "$ark_root/templates/common.rb" ]
283 template_file = "$ark_root/templates/cpu_features.inc.erb"
285 requires = [ "$ark_root/templates/common.rb" ]
[all …]
/arkcompiler/runtime_core/static_core/verification/gen/
DBUILD.gn27 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 requires = [ "$ark_root/templates/messages.rb" ]
54 template_file = "$ark_root/verification/gen/templates/plugins_gen.inc.erb"
56 requires = [ "$ark_root/templates/plugin_options.rb" ]
62 "$ark_root/verification/gen/templates/verifier_messages_data_gen.cpp.erb"
64 requires = [ "$ark_root/templates/messages.rb" ]
/arkcompiler/runtime_core/static_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")
91 # * TEMPLATES -- a list of templates to generate files
94 # * SOURCE -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
101 set(multivalues TEMPLATES REQUIRES EXTRA_DEPENDENCIES)
[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 …]
/arkcompiler/runtime_core/static_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.gn512 template_file = "templates/intrinsics.yaml.erb"
515 script = "$ark_root/runtime/templates/gen_intrinsics_data.rb"
523 rebase_path("templates/runtime.rb", root_build_dir),
560 sources = "interpreter/templates"
566 bridge_dispatch_template = "templates/bridge_dispatch.S.erb"
567 bridge_dispatch_dyn_template = "templates/bridge_dispatch_dyn.S.erb"
582 "templates/bridge_helpers_${arch}.rb",
583 "templates/bridge_helpers_common.rb",
584 "templates/bridge_helpers_static.rb",
595 "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)
75 TEMPLATES ${RUNTIME_TEMPLATES}
76 REQUIRES ${CMAKE_CURRENT_SOURCE_DIR}/templates/intrinsics.rb
77 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/static_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
60 TEMPLATE ${PROJECT_SOURCE_DIR}/libpandabase/templates/source_language.h.erb
61 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
71 TEMPLATE ${PROJECT_SOURCE_DIR}/libpandabase/templates/plugins_regmasks.inl.erb
72 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
/arkcompiler/runtime_core/bytecode_optimizer/
DBUILD.gn105 sources = "templates"
114 template_file = "../templates/options/options.h.erb"
116 requires = [ "../templates/common.rb" ]
122 template_file = "templates/reg_encoder_visitors.inc.erb"
124 requires = [ "$ark_root/templates/plugin_options.rb" ]
130 template_file = "templates/codegen_visitors.inc.erb"
132 requires = [ "$ark_root/templates/plugin_options.rb" ]
138 template_file = "templates/codegen_intrinsics.cpp.erb"
140 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/static_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/static_core/bytecode_optimizer/
DBUILD.gn121 sources = "templates"
130 template_file = "../templates/options/options.h.erb"
132 requires = [ "../templates/common.rb" ]
138 template_file = "templates/reg_encoder_visitors.inc.erb"
140 requires = [ "$ark_root/templates/plugin_options.rb" ]
146 template_file = "templates/codegen_visitors.inc.erb"
148 requires = [ "$ark_root/templates/plugin_options.rb" ]
154 template_file = "templates/codegen_intrinsics.cpp.erb"
156 requires = [ "$ark_root/templates/plugin_options.rb" ]
/arkcompiler/toolchain/build/
Dark.gni20 # 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/
DCMakeLists.txt28 TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/gen/templates/${TEMPLATE_NAME}.h.erb"
46 TEMPLATES ${ISA_TEMPLATES}
47 SOURCE ${CMAKE_CURRENT_LIST_DIR}/gen/templates
60 REQUIRES ${PANDA_ROOT}/templates/messages.rb
61 SOURCE ${PANDA_ROOT}/verification/gen/templates
62 TEMPLATES verifier_messages_data_gen.cpp.erb
/arkcompiler/runtime_core/
Dark_config.gni69 # requires -- a list of scripts that provide data-querying API for templates
130 script = "$ark_root/templates/concat_yamls.sh"
160 script = "$ark_root/templates/merge.rb"
177 # Generate files based on templates and YAML data provided.
183 # * template_files -- a list of templates to generate files
184 # * requires -- a list of Ruby scripts that provide data-querying API for templates
187 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
200 dir = "templates"
244 # * template_files -- a list of templates to generate files
247 # * sources -- a directory with templates, default is ${PROJECT_SOURCE_DIR}/templates
/arkcompiler/runtime_core/gn/ark/runtime_core/
Dark_config.gni74 # 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
/arkcompiler/runtime_core/static_core/libpandafile/
DBUILD.gn132 template_file = "templates/type.h.erb"
147 sources = "templates" ## ark_root/templates
154 template_file = "templates/file_items_gen.inc.erb"
156 requires = [ "$ark_root/templates/plugin_options.rb" ]
162 template_file = "templates/source_lang_enum.h.erb"
164 requires = [ "$ark_root/templates/plugin_options.rb" ]
DLibpandafilePostPlugins.cmake18 TEMPLATE ${PANDA_ROOT}/libpandafile/templates/file_items_gen.inc.erb
19 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
27 TEMPLATE ${PANDA_ROOT}/libpandafile/templates/source_lang_enum.h.erb
28 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
/arkcompiler/runtime_core/static_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
/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

1234567