Home
last modified time | relevance | path

Searched full:placed (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_common_test.cpp123 * - 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()
Dbasicblock_test.cpp46 …* 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/
Dlinear_order.h29 * - inverse type of IfInst if true-successor is placed first;
31 * placed just after it;
/arkcompiler/runtime_core/docs/
Daot.md23 - `.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…
Dcode_metainfo.md12 Metainfo is placed together with compiled code:
Ddoxygen.config6 # 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/
Dexpected.txt14 …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/
Dtry_catch_blocks_ir.md66 …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…
Dplt.md168 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…
Dscheduler_doc.md20 * Scheduler pass is placed immediately before register allocation
Dmemory_coalescing_doc.md54 …pe of a basic block. It needs that two consecutive memory operations are placed near each other wi…
/arkcompiler/runtime_core/gn/build/
Dfixup-third-party.sh22 # components shoild be placed in $ARK_ROOT/gn/ark-third-party directory,
/arkcompiler/runtime_core/irtoc/backend/compiler/
Dcodegen_interpreter.h25 * Prologue and epilogue of such functions are empty, all arguments are placed in registers manually
/arkcompiler/runtime_core/tests/checked/
DREADME.md24 run. Thus, `RUN_PAOC` command must be placed before `RUN` command.
/arkcompiler/toolchain/build/toolchain/
Dtoolchain.gni57 # Clang compiler version. Clang files are placed at version-dependent paths.
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h18 // - MurmurHash3 was written by Austin Appleby, and is placed in the public
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.cpp59 // some block), so the SpillFill should be placed at the end of predecessor block. in ConnectSiblings()
Dinterference_graph.h280 … // In cases first interval of bias isn't intersected it will be placed in callersaved register, in AssignColors()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp327 // 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`…
Dinst.cpp83 …// 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/
Dscheduler.cpp26 * 1. Scheduler pass is placed immediately before register allocator.
/arkcompiler/ets_frontend/es2panda/util/
Dhotfix.cpp480 … "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/
Dir_builder.cpp450 …// Nested try-blocks can be removed, but referring to them basic blocks can be placed in the exter… in MarkTryCatchBlocks()
/arkcompiler/runtime_core/isa/
Disa.yaml45 …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/
Dstack_walker.cpp155 * If all callees are saved then callee-saved regs are placed on the stack as follows:

12