Searched full:loads (Results 1 – 25 of 69) sorted by relevance
123
| /arkcompiler/toolchain/test/autotest/aw/api/ |
| D | debugger_api.py | 58 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 …]
|
| D | heap_profiler_api.py | 43 response = json.loads(response) 64 response = json.loads(response) 80 response = json.loads(response) 89 response = json.loads(response) 98 response = json.loads(response)
|
| D | runtime_api.py | 42 response = json.loads(response) 51 response = json.loads(response) 60 response = json.loads(response) 73 response = json.loads(response)
|
| D | profiler_api.py | 41 response = json.loads(response) 50 response = json.loads(response) 60 response = json.loads(response)
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lse.h | 30 * 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.
|
| D | code_sink.cpp | 56 * - 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()
|
| D | lse.cpp | 181 …/* 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/ |
| D | dynamic_isa.h | 70 …* @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/ |
| D | test_helpers.py | 80 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/ |
| D | lda.null.yaml | 31 description: Check lda.null loads null reference into accumulator.
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | lda.null.yaml | 31 description: Check lda.null loads null reference into accumulator.
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/srcdumper/ |
| D | test_srcdumper.py | 78 original_ast = json.loads(loading_json) 80 dumped_ast = json.loads(loading_json)
|
| /arkcompiler/ets_frontend/testTs/ |
| D | run_testTs.py | 53 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', ''))
|
| D | config.py | 56 IMPORT_TEST = json.loads(content)
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 11 …cess. Debugger functionality is provided via shared library, that runtime loads when works in debu…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | runtime-debug-api.md | 11 …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/ |
| D | test_parameters.py | 35 Loads all parameters for a directory
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/ |
| D | fix_arktsconfig.py | 55 j = json.loads(t)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | RuntimeLinker.sts | 79 * Loads library from specified path.
|
| /arkcompiler/runtime_core/libabckit/include/c/isa/ |
| D | isa_dynamic.h | 360 …* @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/ |
| D | memory_coalescing_doc.md | 46 … 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
|
| D | code_sink_doc.md | 57 * 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.
|
| D | plt.md | 108 `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/ |
| D | plt.md | 108 `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/ |
| D | profile_dump_info.h | 131 * Loads profile information from the given file descriptor. 147 * Loads and merges profile information from the given file into the current cache
|
123