Home
last modified time | relevance | path

Searched full:runtime_call (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dintrinsics.yaml31 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"]
51 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"]
71 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"]
91 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"]
111 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"]
131 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"]
151 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"]
171 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"]
191 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"]
211 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"]
[all …]
/arkcompiler/runtime_core/static_core/irtoc/
Dintrinsics.yaml119 clear_flags: [runtime_call, require_state, can_throw, heap_inv]
134 clear_flags: [runtime_call, require_state, can_throw, heap_inv]
149 clear_flags: [runtime_call, require_state, can_throw, heap_inv]
164 clear_flags: [runtime_call, require_state, can_throw, heap_inv]
179 clear_flags: [runtime_call, require_state, can_throw, heap_inv]
194 clear_flags: [runtime_call, require_state, can_throw, heap_inv]
209 clear_flags: [runtime_call, require_state, can_throw, heap_inv]
224 clear_flags: [runtime_call, require_state, can_throw, heap_inv]
239 clear_flags: [runtime_call, require_state, can_throw, heap_inv]
254 clear_flags: [runtime_call, require_state, can_throw, heap_inv]
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Druntime.yaml338 clear_flags: [require_state, runtime_call, can_throw, heap_inv]
350 clear_flags: [require_state, runtime_call, can_throw, heap_inv]
362 clear_flags: [require_state, runtime_call, can_throw, heap_inv]
374 clear_flags: [require_state, runtime_call, can_throw, heap_inv]
386 clear_flags: [require_state, runtime_call, can_throw, heap_inv]
398 clear_flags: [require_state, runtime_call, can_throw, heap_inv]
410 clear_flags: [require_state, runtime_call, can_throw, heap_inv]
433 clear_flags: [require_state, runtime_call, can_throw, heap_inv]
444 clear_flags: [require_state, runtime_call, can_throw, heap_inv]
455 clear_flags: [require_state, runtime_call, can_throw, heap_inv]
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinstructions.yaml281 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, mem_barrier]
289 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, mem_barrier]
297 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, acc_write]
305 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, acc_write]
311 …flags: [can_throw, no_dce, no_hoist, no_cse, barrier, alloc, require_state, runtime_call, acc_writ…
377 flags: [can_throw, no_dce, require_state, runtime_call]
424 flags: [can_throw, no_dce, require_state, runtime_call]
449 …flags: [store, can_throw, no_dce, no_hoist, no_cse, barrier, require_state, runtime_call, implicit…
473 flags: [load, can_throw, no_hoist, no_cse, require_state, runtime_call, acc_write]
485 flags: [load, can_throw, no_hoist, no_dce, no_cse, require_state, barrier, runtime_call]
[all …]
Dinst.h1094 return GetFlag(inst_flags::RUNTIME_CALL); in IsRuntimeCall()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Ddeoptimize_elimination.h64 * RUNTIME_CALL - If block have runtime call inst before IsMustDeoptimize(in reverse order)
65 * NOTHING - If block is preccessed, but it doesn't contain GUARD and RUNTIME_CALL
67 enum BlockType { INVALID, GUARD, RUNTIME_CALL, NOTHING }; enumerator
Ddeoptimize_elimination.cpp125 PushNewBlockType(block, BlockType::RUNTIME_CALL); in CanRemoveGuardRec()
Dloop_idioms.cpp203 fillArray->ClearFlag(inst_flags::Flags::RUNTIME_CALL); in CreateArrayInitIntrinsic()
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dget_intrinsics.inl.erb59 uintptr_t PandaRuntimeInterface::GetIntrinsicAddress(bool runtime_call, PandaRuntimeInterface::Intr…
88 …return runtime_call ? reinterpret_cast<uintptr_t>(<%= "#{intrinsic.impl.rpartition('::').last}Brid…
96 return runtime_call ? reinterpret_cast<uintptr_t>(<%= bridge %>) :
Dintrinsic_flags_test.inl.erb25 … inst_flags::NO_HOIST | inst_flags::BARRIER | inst_flags::REQUIRE_STATE | inst_flags::RUNTIME_CALL;
Dentrypoints_bridge_asm_macro.inl.erb25 // Default intrinsic implementation with runtime_call which is called by Codegen::CallIntrinsic
Dintrinsics_flags.inl.erb36 …_flags & (compiler::inst_flags::REQUIRE_STATE | compiler::inst_flags::RUNTIME_CALL)) == 0, "<%= in…
/arkcompiler/runtime_core/static_core/libpandabase/
Dutils.rb20 …safe_flags = ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call", "heap_in…
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml100 flags: [load, can_throw, no_hoist, no_cse, require_state, runtime_call, acc_write]
112 flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call]
261 runtime_call: Instruction must call runtime
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dintrinsic_flags_test.inl.erb25 …inst_flags::NO_HOIST | inst_flags::BARRIER | inst_flags::REQUIRE_STATE | inst_flags::RUNTIME_CALL |
Dentrypoints_bridge_asm_macro.inl.erb26 // Default intrinsic implementation with runtime_call which is called by Codegen::CallIntrinsic
Dintrinsics_flags.inl.erb33 …_FLAGS & (compiler::inst_flags::REQUIRE_STATE | compiler::inst_flags::RUNTIME_CALL)) == 0, "<%= in…
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_opcodes.h37 V(RuntimeCall, RUNTIME_CALL, GateFlags::NONE_FLAG, 0, 1, value) \
Dnumber_speculative_retype.cpp280 case OpCode::RUNTIME_CALL: in VisitGate()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dloop_idioms_test.cpp111 .ClearFlag(compiler::inst_flags::RUNTIME_CALL); in BuildExpectedFillArrayFull()
404 .ClearFlag(compiler::inst_flags::RUNTIME_CALL); in FillLargeArrayWithConstantIterationsCountExpected()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp307 case OpCode::RUNTIME_CALL: in HandleBB()
309 InsertUsedOpcodeSet(usedOpcodeSet, OpCode::RUNTIME_CALL); in HandleBB()
1283 (op == OpCode::CALL) || (op == OpCode::RUNTIME_CALL)); in GetCallExceptionKind()
1296 CallExceptionKind kind = GetCallExceptionKind(stubIndex, OpCode::RUNTIME_CALL); in VisitRuntimeCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp163 {OpCode::RUNTIME_CALL, &LLVMIRBuilder::HandleRuntimeCall}, in InitializeHandlers()
652 auto kind = GetCallExceptionKind(stubIndex, OpCode::RUNTIME_CALL); in VisitRuntimeCall()
876 (op == OpCode::RUNTIME_CALL)); in GetCallExceptionKind()
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/
Dlog_loop.txt816 [compiler] {"id":158, "op":"RUNTIME_CALL", "MType":"I64, bitfield=0, type=TAGGED_VALUE-GT(M=0, L=0)…
886 [compiler] {"id":228, "op":"RUNTIME_CALL", "MType":"I64, bitfield=0, type=TAGGED_VALUE-GT(M=0, L=0)…
908 [compiler] {"id":250, "op":"RUNTIME_CALL", "MType":"I64, bitfield=0, type=TAGGED_VALUE-GT(M=0, L=0)…
919 [compiler] {"id":261, "op":"RUNTIME_CALL", "MType":"I64, bitfield=0, type=TAGGED_VALUE-GT(M=0, L=0)…
1190 [compiler] {"id":158, "op":"RUNTIME_CALL", "MType":"I64, bitfield=0, type=TAGGED_VALUE-GT(M=0, L=0)…
1453 [compiler] {"id":250, "op":"RUNTIME_CALL", "MType":"I64, bitfield=0, type=TAGGED_VALUE-GT(M=0, L=0)…
1494 [compiler] {"id":228, "op":"RUNTIME_CALL", "MType":"I64, bitfield=0, type=TAGGED_VALUE-GT(M=0, L=0)…
1561 [compiler] {"id":261, "op":"RUNTIME_CALL", "MType":"I64, bitfield=0, type=TAGGED_VALUE-GT(M=0, L=0)…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_libbase_runtime.yaml1349 clear_flags: [ require_state, runtime_call, can_throw ]
1804 clear_flags: [require_state, runtime_call, can_throw]