Searched full:backend (Results 1 – 25 of 57) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/irtoc/ |
| D | BUILD.gn | 94 data = [ "backend/options.yaml" ] 102 "backend/compilation.cpp", 103 "backend/compiler/codegen_boundary.cpp", 104 "backend/compiler/codegen_fastpath.cpp", 105 "backend/compiler/dangling_pointers_checker.cpp", 106 "backend/function.cpp", 107 "backend/irtoc.cpp", 108 "backend/irtoc_options.cpp",
|
| /arkcompiler/runtime_core/static_core/ |
| D | README.md | 83 ## Building with LLVM Backend 85 If you want to build Ark with LLVM Backend you need to build first special modified LLVM 15 binarie… 91 to build Ark with LLVM Backend functions. 109 ## Cross ARM64 build with LLVM Backend 112 two LLVM-paths options are required when all LLVM Backend functions are enabled. 151 To use LLVM Backend add the following arguments:
|
| /arkcompiler/toolchain/tooling/ |
| D | BUILD.gn | 36 "backend/debugger_executor.cpp", 37 "backend/js_pt_hooks.cpp", 38 "backend/js_single_stepper.cpp",
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | Definitions.cmake | 321 option(PANDA_COMPILER_TARGET_X86 "Build x86-backend") 322 option(PANDA_COMPILER_TARGET_X86_64 "Build x86_64-backend" ON) 323 option(PANDA_COMPILER_TARGET_AARCH32 "Build aarch32-backend" ON) 324 option(PANDA_COMPILER_TARGET_AARCH64 "Build aarch64-backend" ON) 337 # For host-tools build support only single-target backend (with the same toolchain): 413 option(PANDA_LLVM_BACKEND "Enable LLVM backend for Ark compiler" OFF) 462 # PANDA_BUILD_LLVM_BACKEND is an internal flag telling if it is necessary to compile backend 464 # LLVM_AOT means we need the backend. LLVM_AOT is always disabled in host_tools part. 465 # LLVM_IRTOC means we need the backend unless we are in cross compilation.
|
| /arkcompiler/runtime_core/cmake/ |
| D | Definitions.cmake | 277 option(PANDA_COMPILER_TARGET_X86 "Build x86-backend") 278 option(PANDA_COMPILER_TARGET_X86_64 "Build x86_64-backend") 279 option(PANDA_COMPILER_TARGET_AARCH32 "Build aarch32-backend") 280 option(PANDA_COMPILER_TARGET_AARCH64 "Build aarch64-backend") 293 # For host-tools build support only single-target backend (with the same toolchain):
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/ |
| D | pyproject.toml | 40 build-backend = "setuptools.build_meta"
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/cmake/ |
| D | LLVM.cmake | 23 message(STATUS "LLVM backend:")
|
| /arkcompiler/toolchain/test/fuzztest/ |
| D | BUILD.gn | 20 "backend:fuzztest",
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_compiler.h | 57 size_t optLevel_ {3}; // 3 : default backend optimization level
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/ |
| D | BUILD.gn | 26 "$toolchain_root/test/fuzztest/backend/backendbreakpoint_fuzzer"
|
| D | backendbreakpoint_fuzzer.cpp | 19 #include "tooling/backend/js_pt_hooks.h"
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/ |
| D | BUILD.gn | 26 "$toolchain_root/test/fuzztest/backend/backendsinglestep_fuzzer"
|
| D | backendsinglestep_fuzzer.cpp | 19 #include "tooling/backend/js_pt_hooks.h"
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/ |
| D | backendnativecalling_fuzzer.cpp | 19 #include "tooling/backend/js_pt_hooks.h"
|
| D | BUILD.gn | 26 "$toolchain_root/test/fuzztest/backend/backendnativecalling_fuzzer"
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/ |
| D | BUILD.gn | 26 "$toolchain_root/test/fuzztest/backend/backendexception_fuzzer"
|
| D | backendexception_fuzzer.cpp | 19 #include "tooling/backend/js_pt_hooks.h"
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/ |
| D | BUILD.gn | 26 "$toolchain_root/test/fuzztest/backend/backendloadmodule_fuzzer"
|
| D | backendloadmodule_fuzzer.cpp | 19 #include "tooling/backend/js_pt_hooks.h"
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_events.h | 22 #include "backend/js_pt_hooks.h"
|
| D | test_hooks.h | 20 #include "backend/js_pt_hooks.h"
|
| /arkcompiler/ets_frontend/test/scripts/utils/flash_image/ |
| D | burn_image.py | 84 app = Application(backend='uia').start('RKDevTool.exe')
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_pt_hooks.cpp | 16 #include "backend/js_pt_hooks.h"
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | debug_data_builder.cpp | 34 …builder_->createCompileUnit(llvm::dwarf::DW_LANG_C_plus_plus_14, file, "ark-llvm-backend", true, "… in DebugDataBuilder()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | codegen_intrinsics_ets.cpp | 363 // llvm backend needs unused args to call 3-args slow_path from 1-arg fast_path. in CreateStringTrimLeft() 372 // llvm backend needs unused args to call 3-args slow_path from 1-arg fast_path. in CreateStringTrimRight() 381 // llvm backend needs unused args to call 3-args slow_path from 1-arg fast_path. in CreateStringTrim()
|
123