| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.yaml | 46 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 58 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 70 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 82 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 93 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 104 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 115 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 126 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 137 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 148 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] [all …]
|
| /arkcompiler/runtime_core/compiler/ |
| D | intrinsics.yaml | 31 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/ |
| D | intrinsics.yaml | 112 clear_flags: [runtime_call, require_state] 126 clear_flags: [runtime_call, require_state] 140 clear_flags: [runtime_call, require_state] 154 clear_flags: [runtime_call, require_state] 168 clear_flags: [runtime_call, require_state] 182 clear_flags: [runtime_call, require_state]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 281 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 …]
|
| D | inst.h | 1206 return GetFlag(inst_flags::RUNTIME_CALL); in IsRuntimeCall()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_libbase_runtime.yaml | 57 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 68 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 79 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 90 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 101 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 112 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 123 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 134 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 145 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 156 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | deoptimize_elimination.h | 64 * 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
|
| D | loop_idioms.cpp | 203 fillArray->ClearFlag(inst_flags::Flags::RUNTIME_CALL); in CreateArrayInitIntrinsic()
|
| D | deoptimize_elimination.cpp | 234 PushNewBlockType(block, BlockType::RUNTIME_CALL); in CanRemoveGuardRec()
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | get_intrinsics.inl.erb | 59 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 %>) :
|
| D | intrinsic_flags_test.inl.erb | 25 … inst_flags::NO_HOIST | inst_flags::BARRIER | inst_flags::REQUIRE_STATE | inst_flags::RUNTIME_CALL;
|
| D | entrypoints_bridge_asm_macro.inl.erb | 25 // Default intrinsic implementation with runtime_call which is called by Codegen::CallIntrinsic
|
| D | intrinsics_flags.inl.erb | 36 …_flags & (compiler::inst_flags::REQUIRE_STATE | compiler::inst_flags::RUNTIME_CALL)) == 0, "<%= in…
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 100 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/ |
| D | intrinsic_flags_test.inl.erb | 25 … inst_flags::NO_HOIST | inst_flags::BARRIER | inst_flags::REQUIRE_STATE | inst_flags::RUNTIME_CALL;
|
| D | entrypoints_bridge_asm_macro.inl.erb | 26 // Default intrinsic implementation with runtime_call which is called by Codegen::CallIntrinsic
|
| D | intrinsics_flags.inl.erb | 33 …_FLAGS & (compiler::inst_flags::REQUIRE_STATE | compiler::inst_flags::RUNTIME_CALL)) == 0, "<%= in…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_opcodes.h | 35 V(RuntimeCall, RUNTIME_CALL, GateFlags::NONE_FLAG, 0, 1, value) \
|
| D | litecg_ir_builder.cpp | 408 {OpCode::RUNTIME_CALL, &LiteCGIRBuilder::HandleRuntimeCall}, in InitializeHandlers() 880 (op == OpCode::CALL) || (op == OpCode::RUNTIME_CALL)); in GetCallExceptionKind() 893 CallExceptionKind kind = GetCallExceptionKind(stubIndex, OpCode::RUNTIME_CALL); in VisitRuntimeCall()
|
| D | llvm_ir_builder.cpp | 154 {OpCode::RUNTIME_CALL, &LLVMIRBuilder::HandleRuntimeCall}, in InitializeHandlers() 569 auto kind = GetCallExceptionKind(stubIndex, OpCode::RUNTIME_CALL); in VisitRuntimeCall() 778 (op == OpCode::RUNTIME_CALL)); in GetCallExceptionKind()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | loop_idioms_test.cpp | 111 .ClearFlag(compiler::inst_flags::RUNTIME_CALL); in CheckFillArrayFull() 392 .ClearFlag(compiler::inst_flags::RUNTIME_CALL); in TEST_F()
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/examples/ |
| D | log_loop.txt | 816 [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)…
|