| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | code_sink_doc.md | 53 … therefore, when we meet load instruction, we have already collected all stores after this load an… 57 … into blocks with more than one predecessors (because other predecessors might have aliased stores) 72 ArenaVector<Inst *> stores; 75 candidate = SinkInstruction(inst, &stores, barriered); 86 BasicBlock *CodeSink::SinkInstruction(Inst *inst, ArenaVector<Inst *> *stores, bool barriered) { 87 // Save stores to be sure we do not sink a load instruction that may be aliased 89 stores->push_back(inst); 102 for (auto store : *stores) { 123 // Do not sink loads across a critical edge there may be stores in other code paths.
|
| D | move_constants_closer_to_usage_doc.md | 8 - constants residing in registers may cause excessive caller registers load/stores around method ca… 12 Avoid unnecessary constants definition and excessive caller registers load/stores around method cal…
|
| D | escape_analysis.md | 44 * Remove dead allocations, loads/stores and alias instructions. 121 replace load, stores and other aliases with aliased instrutions;
|
| D | memory_coalescing_doc.md | 40 The case with a coalesced store is quite straightforward: having two consecutive stores we replace … 42 | Consecutive Stores | Coalesced Store | 147 ### Loads and Stores with immediate indices
|
| D | aot_resolve_string.md | 50 slots in order to scan and update them. As an optimization `AotManager` stores information about wh…
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | code_sink.cpp | 56 * - Loads that may be aliased by following stores in a basic block 102 InstVector stores(GetGraph()->GetLocalAllocator()->Adapter()); in ProcessBlock() local 114 BasicBlock *candidate = SinkInstruction(inst, &stores, memBarrier); in ProcessBlock() 143 BasicBlock *CodeSink::SinkInstruction(Inst *inst, InstVector *stores, bool barriered) in SinkInstruction() argument 146 // Save stores to be sure we do not sink a load instruction that may be in SinkInstruction() 149 stores->push_back(inst); in SinkInstruction() 163 // Do not sink over monitors or volatile stores in SinkInstruction() 167 for (auto store : *stores) { in SinkInstruction() 206 // Do not sink loads across a critical edge there may be stores in in IsAcceptableTarget()
|
| D | code_sink.h | 49 BasicBlock *SinkInstruction(Inst *inst, InstVector *stores, bool barriered);
|
| D | lse.h | 36 * 1) delete stores that attempt to store the same values that already have 75 * stores inside the loop).
|
| D | lse.cpp | 132 …/* Stores added to eliminations_ above aren't checked versus phis -> no double instruction elimina… in VisitStore() 313 // There are several cases when a MUST_ALIAS load is alive at backedge while stores in ProcessBackedges() 317 … // We've checked that no stores exist in inner loops earlier, which allows us to just check in ProcessBackedges() 415 // Found a path without shadowing stores in ExistsPathWithoutShadowingStores() 442 // We want to see if there are no paths from the store that evade any of its shadow stores in FinalizeShadowedStores() 451 … COMPILER_LOG(DEBUG, LSE_OPT) << LogInst(inst) << " is fully shadowed by aliased stores"; in FinalizeShadowedStores() 598 // Without stores, we can replace all MUST_ALIAS loads with instruction itself in TryLoopDoElimination() 713 …* Further phi candidates would replace MUST_ALIAS accesses in the loop if no aliased stores were m… 1064 // Do not touch Stores and eliminated ones in TryToHoistLoadFromLoop()
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | const-array-vectorization.pa | 14 #! CHECKER Check that SLP Vectorizer transforms consecutive stores into vector stores
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | live_registers.h | 96 // Each LifeIntervalsTreeNode stores intervals covering the mid point associated with a node, these… 97 // sorted by the life range end in descending order. Every left child stores intervals ended before… 98 // mid point and every right child stores intervals started after current node's mid point.
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_saver.h | 52 …* output_filename records the profile name, code_paths stores all the locations contain pandafile(… 98 …* Fetches the current resolved classes and methods from the ClassLinker and stores them in the pro…
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.h | 27 // Attention: keys accessor stores the property key and properties accessor stores the property val… 28 // accessor stores the key-value pair abuttally.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | move_constants_closer_to_usage_doc.md | 8 - constants residing in registers may cause excessive caller registers load/stores around method ca… 12 Avoid unnecessary constants definition and excessive caller registers load/stores around method cal…
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | pipeline_irtoc.cfg | 145 slp-vectorizer, # Transform consecutive stores into vector-stores
|
| D | pipeline.cfg | 205 slp-vectorizer, # Transform consecutive stores into vector-stores
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/arm/ |
| D | helpers.S | 19 /// stores GPR and FP context to the buffer that starts at the address stored in the register r0 us…
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/amd64/ |
| D | helpers.S | 19 /// stores GPR and FP context to the buffer that starts at the address stored in the register named…
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler_queue_simple.h | 24 …* The simple queue works as FIFO without any other logic: it stores all tasks to a list and extrac…
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/aarch64/ |
| D | helpers.S | 19 /// stores GPR and FP context to the buffer that starts at the address stored in the register #ctx_…
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.h | 125 std::string patchMain0_; // stores newly added function define ins, runtime will execute 126 …std::string patchMain1_; // stores modified function and class define ins, runtime will scan but …
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | reg_info.h | 222 // When some registers are allocated to the callee, the caller stores a part of the registers 223 // and the callee stores another part of the registers.
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
| D | summary.rb | 79 …uncovered_for_group = { 'title' => group['title'] } # object stores uncovered assertions for the g…
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | summary.rb | 79 …uncovered_for_group = { 'title' => group['title'] } # object stores uncovered assertions for the g…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Error.sts | 103 * Forms stack from this.stackLines and stores it in this.stack_
|