Searched full:terminator (Results 1 – 25 of 47) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/irtoc/scripts/ |
| D | resolvers.irt | 25 Intrinsic(:UNREACHABLE).Terminator.void 40 Intrinsic(:TAIL_CALL, res).Terminator.void 49 Intrinsic(:UNREACHABLE).Terminator.void 80 Intrinsic(:UNREACHABLE).Terminator.void 106 Intrinsic(:UNREACHABLE).Terminator.void 138 Intrinsic(:UNREACHABLE).Terminator.void 145 Intrinsic(:UNREACHABLE).Terminator.void 173 …NTRY, method, obj, callee_id, cacheaddr).AddImm(Constants::RESOLVE_VIRTUAL_CALL_AOT).Terminator.ptr 174 Intrinsic(:UNREACHABLE).Terminator.void
|
| D | gc.irt | 24 Intrinsic(:UNREACHABLE).Terminator.void 50 Intrinsic(:UNREACHABLE).Terminator.void 79 Intrinsic(:UNREACHABLE).Terminator.void 93 Intrinsic(:TAIL_CALL).AddImm(Constants::POST_INTER_REGION_BARRIER_SLOW).Terminator.void 120 Intrinsic(:UNREACHABLE).Terminator.void 135 … Intrinsic(:TAIL_CALL).AddImm(Constants::POST_INTER_REGION_BARRIER_TWO_CARDS_SLOW).Terminator.void 153 Intrinsic(:TAIL_CALL).AddImm(Constants::POST_INTER_REGION_BARRIER_SLOW).Terminator.void 205 Intrinsic(:UNREACHABLE).Terminator.void 231 Intrinsic(:UNREACHABLE).Terminator.void
|
| D | string_builder.irt | 42 Intrinsic(:UNREACHABLE).void.Terminator 56 …sb, tv).AddImm(Constants::SB_BOOL_SLOW_PATH).AddImm(Constants::SB_BOOL_USUAL_BRIDGE).Terminator.ref 57 Intrinsic(:UNREACHABLE).Terminator.void 85 Intrinsic(:UNREACHABLE).void.Terminator 94 …sb, ch).AddImm(Constants::SB_CHAR_SLOW_PATH).AddImm(Constants::SB_CHAR_USUAL_BRIDGE).Terminator.ref 95 Intrinsic(:UNREACHABLE).Terminator.void 115 Intrinsic(:UNREACHABLE).void.Terminator 216 …tr).AddImm(Constants::SB_STRING_SLOW_PATH).AddImm(Constants::SB_STRING_USUAL_BRIDGE).Terminator.ref 217 Intrinsic(:UNREACHABLE).Terminator.void
|
| D | check_cast.irt | 31 Intrinsic(:UNREACHABLE).Terminator.void 53 …dImm(Constants::CHECK_CAST_USUAL_BRIDGE).AddImm(Constants::CHECK_CAST_USUAL_BRIDGE).Terminator.void 54 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG
|
| D | monitors.irt | 31 Intrinsic(:UNREACHABLE).Terminator.void 96 …dImm(Constants::MONITOR_ENTER_SLOW_PATH).AddImm(Constants::MONITOR_ENTER_ODD_SAVED).Terminator.void 97 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG 108 Intrinsic(:UNREACHABLE).Terminator.void 159 …AddImm(Constants::MONITOR_EXIT_SLOW_PATH).AddImm(Constants::MONITOR_EXIT_ODD_SAVED).Terminator.void 160 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG
|
| D | allocation.irt | 47 Intrinsic(:UNREACHABLE).Terminator.void 64 …TE_OBJECT_BY_CLASS_SLOW_PATH).AddImm(Constants::CREATE_OBJECT_BY_CLASS_USUAL_BRIDGE).Terminator.ptr 65 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG 121 …dImm(Constants::CREATE_ARRAY_SLOW_PATH).AddImm(Constants::CREATE_ARRAY_USUAL_BRIDGE).Terminator.ptr 122 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG
|
| D | arrays.irt | 59 Intrinsic(:UNREACHABLE).void.Terminator 77 …ATH_ENTRY, src_obj, dst_obj, dst_start, src_start, src_end).AddImm(id1).AddImm(id2).Terminator.void 78 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG
|
| D | string_helpers.irt | 48 Intrinsic(:UNREACHABLE).void.Terminator 103 Intrinsic(:TAIL_CALL).AddImm(entrypoint_offset).Terminator.v0id 138 Intrinsic(:UNREACHABLE).void.Terminator 194 Intrinsic(:UNREACHABLE).Terminator.void 230 Intrinsic(:UNREACHABLE).Terminator.void 277 Intrinsic(:UNREACHABLE).Terminator.void 325 Intrinsic(:SLOW_PATH_ENTRY, str).AddImm(entrypoint).AddImm(entrypoint_llvm).Terminator.ptr 326 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG 582 Intrinsic(:UNREACHABLE).Terminator.void 629 …et, char_count, char_array, string_klass).AddImm(entrypoint).AddImm(entrypoint_llvm).Terminator.ptr [all …]
|
| D | array_helpers.irt | 110 Intrinsic(:TAIL_CALL).AddImm(entrypoint_id).Terminator.void 111 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG
|
| D | memcopy.irt | 41 Intrinsic(:UNREACHABLE).void.Terminator 55 Intrinsic(:TAIL_CALL).AddImm(entrypoint_id).Terminator.void 56 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG
|
| D | tests.irt | 20 Intrinsic(:UNREACHABLE).Terminator.void 56 Intrinsic(:UNREACHABLE).Terminator.void
|
| D | interpreter.irt | 390 Intrinsic(:UNREACHABLE).Terminator.void 398 Intrinsic(:TAIL_CALL, addr).Terminator.void 399 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG 508 Intrinsic(:INTERPRETER_RETURN).ptr.Terminator 715 Intrinsic(:UNREACHABLE).Terminator.void 819 Intrinsic(:INTERPRETER_RETURN).ptr.Terminator 1266 Intrinsic(:UNREACHABLE).Terminator.void 2048 Intrinsic(:INTERPRETER_RETURN).ptr.Terminator 2101 Intrinsic(:UNREACHABLE).Terminator.void 2132 Intrinsic(:UNREACHABLE).Terminator.void [all …]
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | basic_block.rb | 40 def terminator? 41 !empty? && @instructions[-1].terminator?
|
| D | ir_generator.rb | 55 if false && bb.terminator? 66 if bb.terminator? 67 raise "Terminator block should have no successors" if bb.true_succ || bb.false_succ
|
| D | function.rb | 353 last_bb.set_true_succ(@current_block) if last_bb.true_succ.nil? && !last_bb.terminator? 443 …# If last instruction in the block is a terminator(e.g. Return), then don't set true successor, he… 445 …k.bb.set_true_succ(@current_block) unless !block.bb.empty? && block.bb.last_instruction.terminator?
|
| D | instruction.rb | 76 def terminator? 77 IsReturn? || IsReturnVoid? || IsThrow? || has_modifier?(:Terminator)
|
| /arkcompiler/runtime_core/static_core/irtoc/ |
| D | intrinsics.yaml | 71 set_flags: [terminator] 85 set_flags: [terminator, no_dst]
|
| /arkcompiler/toolchain/websocket/ |
| D | handshake_helper.cpp | 51 // "EVP_EncodeBlock() returns the number of bytes encoded excluding the NUL terminator." in EncodeKey()
|
| D | handshake_helper.h | 72 // will copy key without null terminator in ProtocolUpgradeBuilder()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 106 flags: [cf, no_dce, no_hoist, no_cse, barrier, acc_read, terminator] 244 terminator: Execution will be terminated at the given instruction
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 678 …lags: [cf, can_throw, no_dce, no_cse, no_hoist, require_state, barrier, can_deoptimize, terminator] 716 flags: [cf, no_dce, no_hoist, no_cse, barrier, terminator] 722 flags: [cf, no_dce, no_hoist, no_cse, barrier, acc_read, terminator] 735 flags: [cf, can_throw, no_dce, no_hoist, no_cse, barrier, require_state, terminator] 1090 flags: [cf, no_dce, no_hoist, no_cse, barrier, low_level, acc_read, terminator] 1334 terminator: Execution will be terminated at the given instruction
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | ir_builder.md | 58 6. If instruction is a terminator, goto 1, else goto 4.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 58 6. If instruction is a terminator, goto 1, else goto 4.
|
| /arkcompiler/toolchain/websocket/client/ |
| D | websocket_client.cpp | 146 // length without null-terminator in ClientSendWSUpgradeReq()
|
| /arkcompiler/runtime_core/compiler/ |
| D | intrinsics.yaml | 1050 set_flags: ["terminator"] 1066 set_flags: ["terminator", "no_dst"]
|
12