Home
last modified time | relevance | path

Searched full:loads (Results 1 – 25 of 69) sorted by relevance

123

/arkcompiler/toolchain/test/autotest/aw/api/
Ddebugger_api.py58 response = json.loads(response)
64 response = json.loads(response)
77 response = json.loads(response)
89 response = json.loads(response)
102 response = json.loads(response)
109 response = json.loads(response)
115 response = json.loads(response)
124 assert json.loads(response) == {"method": "Debugger.resumed", "params": {}}
127 response = json.loads(response)
136 response = json.loads(response)
[all …]
Dheap_profiler_api.py43 response = json.loads(response)
64 response = json.loads(response)
80 response = json.loads(response)
89 response = json.loads(response)
98 response = json.loads(response)
Druntime_api.py42 response = json.loads(response)
51 response = json.loads(response)
60 response = json.loads(response)
73 response = json.loads(response)
Dprofiler_api.py41 response = json.loads(response)
50 response = json.loads(response)
60 response = json.loads(response)
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.h30 * loads and store. It uses Alias Analysis to determine which memory
38 * 2) delete loads that attempt to load values that were previously loaded or
72 * - on the loop header we record all loads from preheader's heap. They are
83 * candidate is a store, we do nothing. If among aliased accesses only loads,
84 * we simply replace MUST_ALIASed loads with the corresponding candidate.
Dcode_sink.cpp56 * - Loads that may be aliased by following stores in a basic block
57 * - Loads if there is any presence of monitors in a function
206 // Do not sink loads across a critical edge there may be stores in in IsAcceptableTarget()
Dlse.cpp181 …/* Loads added to eliminations_ above are not checked versus phis -> no double instruction elimina… in VisitLoad()
347 // Don't replace loads that are also phi inputs in LoopDoElimination()
357 // And fix savestates for loads in LoopDoElimination()
534 // Ignore MAY_ALIAS loads, they won't interfere with our analysis in FinalizeLoopsWithPhiCands()
548 // We can handle if loads are in inner loop, but if a store is in inner loop in FinalizeLoopsWithPhiCands()
578 << "Skipping phi candidate " << LogInst(cand) << ": no loads to convert to phi"; in TryLoopDoElimination()
593 // Without stores, we can replace all MUST_ALIAS loads with instruction itself in TryLoopDoElimination()
707 * While entering in the loop we put all heap values obtained from loads as phi candidates.
952 // Have to cast a value to the type of eliminated inst. Actually required only for loads. in DeleteInstruction()
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Ddynamic_isa.h70 …* @brief Creates instruction with opcode LOAD_STRING. This instruction loads the string `string` i…
153 * @brief Creates instruction with opcode LDNAN. This instruction loads the `nan` into `acc`.
159 …* @brief Creates instruction with opcode LDINFINITY. This instruction loads the `infinity` into `a…
165 …* @brief Creates instruction with opcode LDUNDEFINED. This instruction loads the `undefined` into …
171 * @brief Creates instruction with opcode LDNULL. This instruction loads the `null` into `acc`.
177 …* @brief Creates instruction with opcode LDSYMBOL. This instruction loads the object `Symbol` in `…
183 …* @brief Creates instruction with opcode LDGLOBAL. This instruction loads the object `global` into…
189 * @brief Creates instruction with opcode LDTRUE. This instruction loads `true` into `acc`.
195 * @brief Creates instruction with opcode LDFALSE. This instruction loads `false` into `acc`.
201 * @brief Creates instruction with opcode LDHOLE. This instruction loads `hole` into `acc`.
[all …]
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_helpers.py80 obj = json.loads('{"x": "ok", "y": 5, "z": [3, 4]}')
94 obj = json.loads('{"n": 1, "m":2}')
96 obj = json.loads('{"n": null, "m":2}')
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dlda.null.yaml31 description: Check lda.null loads null reference into accumulator.
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dlda.null.yaml31 description: Check lda.null loads null reference into accumulator.
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/srcdumper/
Dtest_srcdumper.py78 original_ast = json.loads(loading_json)
80 dumped_ast = json.loads(loading_json)
/arkcompiler/ets_frontend/testTs/
Drun_testTs.py53 skip_test = json.loads(sk_content)
184 out_txt = json.loads(out_do)
188 c = json.loads(out_list[i])
220 i = json.loads(i.replace("'", '"').replace('\n', ''))
Dconfig.py56 IMPORT_TEST = json.loads(content)
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md11 …cess. Debugger functionality is provided via shared library, that runtime loads when works in debu…
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md11 …cess. Debugger functionality is provided via shared library, that runtime loads when works in debu…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/
Dtest_parameters.py35 Loads all parameters for a directory
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
Dfix_arktsconfig.py55 j = json.loads(t)
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DRuntimeLinker.sts79 * Loads library from specified path.
/arkcompiler/runtime_core/libabckit/include/c/isa/
Disa_dynamic.h360 …* @brief Creates instruction with opcode LOAD_STRING. This instruction loads the string `str` into…
372 * @brief Creates instruction with opcode LDNAN. This instruction loads the `nan` into `acc`.
382 …* @brief Creates instruction with opcode LDINFINITY. This instruction loads the `infinity` into `a…
392 …* @brief Creates instruction with opcode LDUNDEFINED. This instruction loads the `undefined` into …
402 * @brief Creates instruction with opcode LDNULL. This instruction loads the `null` into `acc`.
412 …* @brief Creates instruction with opcode LDSYMBOL. This instruction loads the object `Symbol` in `…
422 …* @brief Creates instruction with opcode LDGLOBAL. This instruction loads the object `global` into…
432 * @brief Creates instruction with opcode LDTRUE. This instruction loads `true` into `acc`.
442 * @brief Creates instruction with opcode LDFALSE. This instruction loads `false` into `acc`.
452 * @brief Creates instruction with opcode LDHOLE. This instruction loads `hole` into `acc`.
[all …]
/arkcompiler/runtime_core/static_core/compiler/docs/
Dmemory_coalescing_doc.md46 … type of a single element, so there is an assumption that `LoadArrayPair` loads only multiple valu…
48 | Consecutive Loads | Coalesced Load |
147 ### Loads and Stores with immediate indices
Dcode_sink_doc.md57 * Loads cannot be sunk into blocks with more than one predecessors (because other predecessors migh…
123 // Do not sink loads across a critical edge there may be stores in other code paths.
Dplt.md108 `PLT CallVirtual Resolver` loads `method Id` from `FirstSlot` using address `x16-8`,
154 `PLT InitClass Resolver` loads `class Id` from `FirstSlot` using address `x16-8`,
160 `PLT Class Resolver` receives `x16` addressing `ThirdSlot`, so it loads `class Id` from `FirstSlot`…
/arkcompiler/runtime_core/compiler/docs/
Dplt.md108 `PLT CallVirtual Resolver` loads `method Id` from `FirstSlot` using address `x16-8`,
154 `PLT InitClass Resolver` loads `class Id` from `FirstSlot` using address `x16-8`,
160 `PLT Class Resolver` receives `x16` addressing `ThirdSlot`, so it loads `class Id` from `FirstSlot`…
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.h131 * Loads profile information from the given file descriptor.
147 * Loads and merges profile information from the given file into the current cache

123