Home
last modified time | relevance | path

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

/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.py50 IMPORT_TEST = json.loads(content)
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
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
207 // Do not sink loads across a critical edge there may be stores in in IsAcceptableTarget()
Dscheduler.cpp205 // Remove loads with same immediate. No easy way to check arrays are same. in ProcessSpecial()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dlda.null.yaml31 description: Check lda.null loads null reference into accumulator.
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md11 …cess. Debugger functionality is provided via shared library, that runtime loads when works in debu…
Drationale-for-bytecode.md123 * The same goes with object and array loads and stores.
/arkcompiler/runtime_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
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`…
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.
Daot_resolve_string.md5 loads a value from a slot associated with a string and checks if that value is valid pointer. If it…
/arkcompiler/runtime_core/compiler/tests/
Dcode_sink_test.cpp172 * Do not sink loads that may alias further stores in the block
332 * Do not sink loads over monitor
618 * Do not sink volatile loads because other paths might be broken because of it
649 * Do not sink loads over volatile store
684 * Do not sink loads over GC barriered store.
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml437 description: Set loads latency
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml458 description: Loads class
1159 load: Instruction loads from memory
/arkcompiler/runtime_core/isa/
Disa.yaml64 …For moves, loads and stores it is not always possible to denote a type of result, because it depen…
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp3288 // use reg 4 instead of actual tmp reg to correctly encode double-word loads in TestStoreExclusive()