Home
last modified time | relevance | path

Searched +full:- +full:- +full:llvmaot +full:- +full:methods +full:- +full:per +full:- +full:module (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml1 # Copyright (c) 2023-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
14 module:
20 - name: llvm-allow-breakage
24 - name: llvm-fallback
28 - name: llvm-inlining
33 --compiler-inlining which in turn can be overridden by passing this
35 - name: llvm-pre-opt
39 Level of pre-optimization that LLVMAOT does.
43 - name: llvm-recursive-inlining
[all …]
/arkcompiler/runtime_core/static_core/tests/checked/
Dllvmaot-inlines-from-split-module.pa1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
15 #! RUN_LLVM options: "--llvmaot-methods-per-module=1 --llvm-dump-after"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/
DCMakeLists.txt1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
77 set(FIRST_ABC_APP_TARGET ${TARGET}-${SRC_FNAME}-0-ets-es2panda)
81 set(ABC_APP_TARGET ${TARGET}-${SRC_FNAME}-${i}-ets-es2panda)
90 COMMAND bash -c "diff ${APP_FILE_OUTPUT} ${first}"
110 set(ABC_TARGET ${TARGET}-ets-es2panda)
114 --boot-panda-files=${PANDA_BINARY_ROOT}/plugins/ets/etsstdlib.abc
115 --load-runtimes=ets
137 set(OUTPUT_EXPORT_ABC ${WORK_DIR}/${SRC_EXPORT_FNAME}-${INTERPRETER_TYPE}.abc)
138 set(ABC_EXPORT_TARGET ${TARGET}-export-ets-es2panda_${COUNTER})
[all …]