Searched full:placed (Results 1 – 25 of 29) sorted by relevance
12
| /arkcompiler/runtime_core/compiler/tests/ |
| D | reg_alloc_common_test.cpp | 123 * - Parameters [arg0 - arg6] are placed in the registers [r1-r7] in TestParametersLocations() 124 * - All other Parameters are placed in stack slots [slot0 - ...] in TestParametersLocations() 130 * - ref-Parameter (arg0) is placed in the r1 register in TestParametersLocations() 131 * - If arg1 is 64-bit Parameter, it is placed in the [r2-r3] registers in TestParametersLocations() 132 * - If arg1, arg2 are 32-bit Parameters, they are placed in the [r2-r3] registers in TestParametersLocations() 133 * - All other Parameters are placed in stack slots [slot0 - ...] in TestParametersLocations()
|
| D | basicblock_test.cpp | 46 …* Check if block's false-successor is placed in the next position of the rpo vector or the block `…
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | linear_order.h | 29 * - inverse type of IfInst if true-successor is placed first; 31 * placed just after it;
|
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 23 - `.text` - Contains compiled native code. Code of each compiled method is placed sequentially into… 25 - `.aot_got` - Contains table of the runtime's entrypoint handlers. Must be placed right before `.t… 51 There is one strict rule: `.text` section must be placed right after `.aot_got` section, and this s…
|
| D | code_metainfo.md | 12 Metainfo is placed together with compiled code:
|
| D | doxygen.config | 6 # All text after a double hash (##) is considered a comment and is placed in 14 # Values that contain spaces should be placed between quotes (\" \"). 906 # or removed, the anchors will not be placed correctly. 943 # is part of the input, its contents will be placed on the main page 1888 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/modify-class-1/ |
| D | expected.txt | 14 …lease only change one Component at a time and make sure the Component is placed at the bottom of t…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | try_catch_blocks_ir.md | 66 …low can be jumped to the catch-handler after each throwable instruction, placed between try bounda… 125 …f these virtual registers in the points where throwable instructions are placed. `CatchPhi` contai…
|
| D | plt.md | 168 Moreover, it is placed in platform-independent file `code_generator/target/target.cpp`, although th… 202 …ng `MakeCallAot` function with properly calculated offset. Resolvers are placed after all function…
|
| D | scheduler_doc.md | 20 * Scheduler pass is placed immediately before register allocation
|
| D | memory_coalescing_doc.md | 54 …pe of a basic block. It needs that two consecutive memory operations are placed near each other wi…
|
| /arkcompiler/runtime_core/gn/build/ |
| D | fixup-third-party.sh | 22 # components shoild be placed in $ARK_ROOT/gn/ark-third-party directory,
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_interpreter.h | 25 * Prologue and epilogue of such functions are empty, all arguments are placed in registers manually
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | README.md | 24 run. Thus, `RUN_PAOC` command must be placed before `RUN` command.
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | toolchain.gni | 57 # Clang compiler version. Clang files are placed at version-dependent paths.
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | murmur3_hash.h | 18 // - MurmurHash3 was written by Austin Appleby, and is placed in the public
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | split_resolver.cpp | 59 // some block), so the SpillFill should be placed at the end of predecessor block. in ConnectSiblings()
|
| D | interference_graph.h | 280 … // In cases first interval of bias isn't intersected it will be placed in callersaved register, in AssignColors()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_cloner.cpp | 327 // All header-phi's outloop users are placed in the outer_bb after cloning the original loop in UpdateUsersAfterNoSideExitsUnroll() 627 * - replace inputs of all users, placed OUTSIDE cloneable loop, by the new `phi_out` instruction 629 …* - replace inputs of all users, placed INSIDE cloneable loop, but not cloned, by the new `phi_in`…
|
| D | inst.cpp | 83 …// Initialize new User in container. Since users are placed from end of array, i.e. zero index ele… in Reallocate()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | scheduler.cpp | 26 * 1. Scheduler pass is placed immediately before register allocator.
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | hotfix.cpp | 480 … "change one Component at a time and make sure the Component is placed at the bottom " << in CompareClassHash()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 450 …// Nested try-blocks can be removed, but referring to them basic blocks can be placed in the exter… in MarkTryCatchBlocks()
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 45 …caller frame onto the top of the callee frame such as the last argument is placed in the register … 46 …index and the first argument is placed into the register with the index equal to the size of frame…
|
| /arkcompiler/runtime_core/runtime/ |
| D | stack_walker.cpp | 155 * If all callees are saved then callee-saved regs are placed on the stack as follows:
|
12