| /arkcompiler/runtime_core/compiler/ |
| D | BUILD.gn | 205 sources = "optimizer/templates" 225 sources = "optimizer/templates/intrinsics" 228 "$ark_root/compiler/optimizer/templates/intrinsics/compiler_intrinsics.rb", 237 sources = "optimizer/templates" 251 sources = "optimizer/templates" 253 requires = [ "$ark_root/compiler/optimizer/templates/instructions.rb" ] 257 template_file = "$ark_root/templates/options/options.h.erb" 259 requires = [ "$ark_root/templates/common.rb" ] 264 template_file = "$ark_root/templates/cpu_features.inc.erb" 266 requires = [ "$ark_root/templates/common.rb" ] [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 …]
|
| D | PostPlugins.cmake | 19 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/bytecode_optimizer/ |
| D | BUILD.gn | 105 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/ |
| 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/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/ |
| D | ark_config.gni | 69 # 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
|
| D | README.md | 34 ├── gn # GN templates and configuration files. 36 ├── isa # Bytecode ISA description file YAML, Ruby scripts and templates. 49 ├── templates # Ruby templates and scripts used to process command line options, logg…
|
| /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
|
| /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
|
| D | BUILD.gn | 157 sources = "templates" 167 "$ark_root/disassembler/templates/type_to_pandasm_type.cpp.erb" 175 template_file = "templates/disasm_plugins.inc.erb" 177 requires = [ "$ark_root/templates/plugin_options.rb" ] 183 template_file = "templates/get_language_specific_metadata.inc.erb" 185 requires = [ "$ark_root/templates/plugin_options.rb" ]
|
| /arkcompiler/runtime_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 REQUIRES ${PROJECT_SOURCE_DIR}/libpandabase/templates/logger.rb
|
| D | BUILD.gn | 44 template_file = "../templates/options/options.h.erb" 46 requires = [ "../templates/common.rb" ] 53 sources = [ "$ark_root/libpandabase/templates/ark_version.h.in" ] 234 script = "$ark_root/libpandabase/templates/logger_gen.rb" 235 inputs = [ "$ark_root/libpandabase/templates/logger.yaml" ] 250 template_file = "templates/logger_enum_gen.h.erb" 252 requires = [ "$ark_root/libpandabase/templates/logger.rb" ] 258 template_file = "templates/logger_impl_gen.inc.erb" 260 requires = [ "$ark_root/libpandabase/templates/logger.rb" ]
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | CMakeLists.txt | 22 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)
|
| D | BUILD.gn | 144 template_file = "templates/type.h.erb" 160 sources = "templates" ## ark_root/templates 167 template_file = "templates/source_lang_enum.h.erb" 169 requires = [ "$ark_root/templates/plugin_options.rb" ]
|
| D | LibpandafilePostPlugins.cmake | 17 TEMPLATE ${PANDA_ROOT}/libpandafile/templates/source_lang_enum.h.erb 18 REQUIRES ${PANDA_ROOT}/templates/plugin_options.rb
|
| /arkcompiler/runtime_core/isa/ |
| D | CMakeLists.txt | 43 set(TEMPLATES variable 46 panda_isa_gen(TEMPLATES ${TEMPLATES})
|
| D | README | 13 - templates/ 15 files from isa.yaml using standard Ruby ERB templates.
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| D | BUILD.gn | 47 sources = "templates" 49 requires = [ "$ark_root/compiler/optimizer/templates/instructions.rb" ] 54 sources = "templates"
|
| /arkcompiler/ets_frontend/testTs/ |
| D | skip_tests.json | 2196 "./testTs/test/es6/templates/templateStringInModulo.ts", 2197 "./testTs/test/es6/templates/templateStringUnterminated2_ES6.ts", 2198 "./testTs/test/es6/templates/templateStringUnterminated4.ts", 2199 "./testTs/test/es6/templates/taggedTemplateStringsWithIncompatibleTypedTags.ts", 2200 "./testTs/test/es6/templates/templateStringUnterminated1_ES6.ts", 2201 "./testTs/test/es6/templates/taggedTemplateStringsWithOverloadResolution1_ES6.ts", 2202 "./testTs/test/es6/templates/taggedTemplateStringsWithIncompatibleTypedTagsES6.ts", 2203 "./testTs/test/es6/templates/templateStringInModuleNameES6.ts", 2204 "./testTs/test/es6/templates/templateStringBinaryOperationsInvalid.ts", 2205 "./testTs/test/es6/templates/templateStringInNewExpression.ts", [all …]
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | gen_irnodes.sh | 20 TEMPLATE="templates/irnodes.ts.erb" 27 BUILTIN_TEMPLATE="templates/builtinsMap.ts.erb"
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | instructions.rb | 167 return item.map { |v| (v.start_with? '$') ? IR::templates[v[1..-1]] : v } 169 return item.map { |k, v| (v.start_with? '$') ? [k, IR::templates[v[1..-1]]] : [k, v] } 198 def templates method 199 @data['templates']
|
| /arkcompiler/runtime_core/assembler/ |
| D | BUILD.gn | 183 sources = "templates" 192 template_file = "templates/meta_gen.cpp.erb" 202 requires = [ "$ark_root/templates/plugin_options.rb" ]
|
| D | CMakeLists.txt | 23 TEMPLATES 52 TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/templates/meta_gen.cpp.erb
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | CMakeLists.txt | 31 set(TEMPLATES variable 37 TEMPLATES ${TEMPLATES} 38 SOURCE ${CMAKE_CURRENT_LIST_DIR}/compiler/templates 46 set(TEMPLATE_FILE ${CMAKE_CURRENT_SOURCE_DIR}/lexer/templates/${TEMPLATE})
|