| /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 | 218 …libabckit_deps = [ "$libabckit_path/src/templates/abckit_intrinsics:abckit_ark_gen_inst_builder_ab… 398 sources = [ "optimizer/templates/inst_builder_gen.cpp.erb" ] 436 sources = "optimizer/templates/intrinsics" 439 "$ark_root/compiler/optimizer/templates/intrinsics/compiler_intrinsics.rb", 445 "$libabckit_path/src/templates/dyn_intrinsics:abckit_isa_gen_dyn_intrinsics_enum_inc", 446 "$libabckit_path/src/templates/dyn_intrinsics:abckit_isa_gen_get_dyn_intrinsics_names_inc", 447 "$libabckit_path/src/templates/dyn_intrinsics:abckit_isa_gen_dyn_intrinsics_flags_inc", 464 sources = "optimizer/templates" 466 api = [ "$ark_root/compiler/optimizer/templates/instructions.rb" ] 470 template_file = "$ark_root/templates/options/options.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 | 96 COMMAND ruby ${CMAKE_CURRENT_LIST_DIR}/templates/pipeline.rb 107 COMMAND ruby ${CMAKE_CURRENT_LIST_DIR}/templates/pipeline.rb 116 TEMPLATES llvm_passes.inl.erb 117 SOURCE ${CMAKE_CURRENT_LIST_DIR}/templates 119 API ${CMAKE_CURRENT_LIST_DIR}/templates/llvm_pass.rb 126 TEMPLATE ${PANDA_ROOT}/templates/options/options.h.erb 128 API ${PANDA_ROOT}/templates/common.rb 133 TEMPLATES intrinsics_gen.inl.erb 134 SOURCE ${CMAKE_CURRENT_LIST_DIR}/templates 136 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 | 222 sources = "optimizer/templates" 242 sources = "optimizer/templates/intrinsics" 245 "$ark_root/compiler/optimizer/templates/intrinsics/compiler_intrinsics.rb", 254 sources = "optimizer/templates" 268 sources = "optimizer/templates" 270 requires = [ "$ark_root/compiler/optimizer/templates/instructions.rb" ] 274 template_file = "$ark_root/templates/options/options.h.erb" 276 requires = [ "$ark_root/templates/common.rb" ] 281 template_file = "$ark_root/templates/cpu_features.inc.erb" 283 requires = [ "$ark_root/templates/common.rb" ] [all …]
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | BUILD.gn | 84 "$libabckit_path/src/templates/abckit_intrinsics:abckit_ark_gen_abckit_intrinsics_inl", 85 "$libabckit_path/src/templates/abckit_intrinsics:abckit_ark_gen_abckit_intrinsics_vreg_width_h", 168 sources = "templates" 177 template_file = "../templates/options/options.h.erb" 179 api = [ "../templates/common.rb" ] 185 template_file = "templates/reg_encoder_visitors.inc.erb" 187 api = [ "$ark_root/templates/plugin_options.rb" ] 193 template_file = "templates/codegen_visitors.inc.erb" 195 api = [ "$ark_root/templates/plugin_options.rb" ] 201 template_file = "templates/codegen_intrinsics.cpp.erb" [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | tagged_templates.ets.arkts2.json | 24 "rule": "Tagged templates are not supported (arkts-no-tagged-templates)", 44 "rule": "Tagged templates are not supported (arkts-no-tagged-templates)", 64 "rule": "Tagged templates are not supported (arkts-no-tagged-templates)", 84 "rule": "Tagged templates are not supported (arkts-no-tagged-templates)", 104 "rule": "Tagged templates are not supported (arkts-no-tagged-templates)",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/ |
| D | README.md | 142 …ified directly. You should edit corresponding template. Templates are stored [here](../templates/s… 144 ## Templates section in Style guide 145 * [TypedArray.ets.j2](../templates/stdlib/typedArray.ets.j2) -> [TypedArray.ets](escompat/TypedArra… 147 * [TypedUArray.ets.j2](../templates/stdlib/typedUArray.ets.j2) -> [TypedUArray.ets](escompat/TypedU… 149 * [Array_escompat.erb](../templates/stdlib/Array_escompat.erb) -> [Array.ets](escompat/Array.ets) 151 * [Array_common.erb](../templates/stdlib/Array_common.erb) -> [BuiltinArray.ets](std/core/BuiltinAr… 153 * [Array_builtin.erb](../templates/stdlib/Array_builtin.erb) -> [BuiltinArray.ets](std/core/Builtin… 155 * [Array_builtin_algorithms.ets.j2](../templates/stdlib/Array_builtin_algorithms.ets.j2) -> [Builti… 157 * [Array_builtin_sort.ets.j2](../templates/stdlib/Array_builtin_sort.ets.j2) -> [BuiltinArraySort.e… 159 * [Function.ets.j2](../templates/stdlib/Function.ets.j2) -> [Functions.ets](escompat/Functions.ets) [all …]
|
| /arkcompiler/runtime_core/static_core/verification/gen/ |
| D | BUILD.gn | 44 template_file = "templates/abs_int_inl_compat_checks.h.erb" 57 sources = "templates" ## ark_root/templates 63 template_file = "$ark_root/templates/messages/messages.h.erb" 65 api = [ "$ark_root/templates/messages.rb" ] 71 template_file = "$ark_root/verification/gen/templates/plugins_gen.inc.erb" 73 api = [ "$ark_root/templates/plugin_options.rb" ] 79 "$ark_root/verification/gen/templates/verifier_messages_data_gen.cpp.erb" 81 api = [ "$ark_root/templates/messages.rb" ]
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | BUILD.gn | 21 template_file = "templates/get_intrinsic_id_static.inc.erb" 23 api = [ "$ark_root_static/runtime/templates/intrinsics.rb" ] 30 "$abckit_root/src/adapter_dynamic/templates:abckit_isa_gen_inst_props_helpers_dynamic_inc", 31 "$abckit_root/src/templates/abckit_intrinsics:abckit_ark_gen_abckit_intrinsics_inl", 32 "$abckit_root/src/templates/abckit_intrinsics:abckit_ark_gen_abckit_intrinsics_opcodes_inc", 33 "$abckit_root/src/templates/abckit_intrinsics:abckit_ark_gen_abckit_intrinsics_vreg_width_h", 34 "$abckit_root/src/templates/dyn_intrinsics:abckit_isa_gen_dyn_intrinsics_enum_inc", 35 "$abckit_root/src/templates/dyn_intrinsics:abckit_isa_gen_dyn_intrinsics_flags_inc", 36 "$abckit_root/src/templates/dyn_intrinsics:abckit_isa_gen_get_dyn_intrinsics_names_inc", 56 "$abckit_root/adapter_dynamic/templates:abckit_isa_gen_dyn_intrinsics_enum_inl",
|
| /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 | 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/libabckit/src/codegen/ |
| D | BUILD.gn | 27 sources = "templates" 29 "$ark_root_static/compiler/optimizer/templates/intrinsics/compiler_intrinsics.rb", 46 template_file = "templates/codegen_visitors_static.inc.erb" 52 "$ark_root_static/templates/plugin_options.rb", 53 "$ark_root_static/compiler/optimizer/templates/intrinsics/compiler_intrinsics.rb", 67 sources = "templates" 69 "$ark_root_static/compiler/optimizer/templates/intrinsics/compiler_intrinsics.rb", 70 "$ark_root_static/templates/plugin_options.rb", 131 template_file = "templates/codegen_call_intrinsics_static.inc.erb" 137 "$ark_root_static/runtime/templates/intrinsics.rb", [all …]
|
| /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/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/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/libabckit/src/adapter_dynamic/ |
| D | BUILD.gn | 19 "$abckit_root/src/templates/abckit_intrinsics:abckit_ark_gen_abckit_intrinsics_inl", 20 "$abckit_root/src/templates/abckit_intrinsics:abckit_ark_gen_abckit_intrinsics_opcodes_inc", 21 "$abckit_root/src/templates/abckit_intrinsics:abckit_ark_gen_abckit_intrinsics_vreg_width_h", 22 "$abckit_root/src/templates/dyn_intrinsics:abckit_isa_gen_dyn_intrinsics_enum_inc", 23 "$abckit_root/src/templates/dyn_intrinsics:abckit_isa_gen_dyn_intrinsics_flags_inc", 24 "$abckit_root/src/templates/dyn_intrinsics:abckit_isa_gen_get_dyn_intrinsics_names_inc",
|
| /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…
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | BUILD.gn | 122 sources = "templates" 131 template_file = "../templates/options/options.h.erb" 133 requires = [ "../templates/common.rb" ] 139 template_file = "templates/reg_encoder_visitors.inc.erb" 141 requires = [ "$ark_root/templates/plugin_options.rb" ] 147 template_file = "templates/codegen_visitors.inc.erb" 149 requires = [ "$ark_root/templates/plugin_options.rb" ] 155 template_file = "templates/codegen_intrinsics.cpp.erb" 157 requires = [ "$ark_root/templates/plugin_options.rb" ]
|
| /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/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/static_core/abc2program/ |
| D | Abc2ProgramPostPlugins.cmake | 17 TEMPLATE ${PANDA_ROOT}/abc2program/templates/abc2program_plugins.inc.erb 18 API ${PANDA_ROOT}/templates/plugin_options.rb 26 TEMPLATE ${PANDA_ROOT}/abc2program/templates/get_language_specific_metadata.inc.erb 27 API ${PANDA_ROOT}/templates/plugin_options.rb
|