Home
last modified time | relevance | path

Searched full:require_state (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/
Dintrinsics.yaml33 clear_flags: [require_state, can_throw, heap_inv]
47 clear_flags: [require_state, can_throw, heap_inv]
61 clear_flags: [require_state, can_throw, heap_inv]
76 clear_flags: [require_state, can_throw, heap_inv]
91 clear_flags: [require_state, can_throw, heap_inv]
104 clear_flags: [require_state, can_throw, heap_inv]
119 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]
[all …]
/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/compiler/tests/
Danalysis_test.cpp30 INST(1U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
41 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
53 INST(1U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
62 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
78 INST(1U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
90 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
102 INST(1U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
111 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
130 INST(2U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
142 INST(2U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
[all …]
Dloop_idioms_test.cpp109 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in BuildExpectedFillArrayFull()
402 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in FillLargeArrayWithConstantIterationsCountExpected()
Dvn_test.cpp1217 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F()
1224 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F()
1239 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F()
1246 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F()
1284 INST(13U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinstructions.yaml113 flags: [no_dce, no_hoist, no_cse, barrier, acc_read, require_state, can_deoptimize]
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]
[all …]
Dgraph_checker.cpp109 // Check `require_state` flag in UserInputCheck()
114 std::cerr << "Incorrect 'require_state' flag in the inst: " << *inst); in UserInputCheck()
Dinst.h1008 return GetFlag(inst_flags::REQUIRE_STATE); in RequireState()
/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/compiler/optimizer/templates/intrinsics/
Dintrinsics_flags.inl.erb30 …static_assert((clear_flags & compiler::inst_flags::REQUIRE_STATE) == 0, "<%= intrinsic.enum_name %…
36 …:inst_flags::CAN_THROW) == 0 || (clear_flags & (compiler::inst_flags::REQUIRE_STATE | compiler::in…
Dintrinsic_flags_test.inl.erb25 …gs::NO_CSE | inst_flags::NO_HOIST | inst_flags::BARRIER | inst_flags::REQUIRE_STATE | inst_flags::…
/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]
260 require_state: Instruction may call runtime, thus, it requires SaveState in the inputs
Dgraph_checker.cpp62 // Check `require_state` flag in UserInputCheck()
67 std::cerr << "Incorrect 'require_state' flag in the inst: " << *inst); in UserInputCheck()
Dinst.h828 return GetFlag(inst_flags::REQUIRE_STATE); in RequireState()
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dintrinsic_flags_test.inl.erb25 …gs::NO_CSE | inst_flags::NO_HOIST | inst_flags::BARRIER | inst_flags::REQUIRE_STATE | inst_flags::…
Dintrinsics_flags.inl.erb33 …:inst_flags::CAN_THROW) == 0 || (CLEAR_FLAGS & (compiler::inst_flags::REQUIRE_STATE | compiler::in…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_compiler_intrinsics.yaml166 clear_flags: [ acc_read, require_state, can_throw, heap_inv, no_dce, no_cse, no_hoist ]
Dets_libbase_runtime.yaml1349 clear_flags: [ require_state, runtime_call, can_throw ]
1804 clear_flags: [require_state, runtime_call, can_throw]
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dir_generator.rb132 elsif inst.dscr.flags.include?('require_state')
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_idioms.cpp202 fillArray->ClearFlag(inst_flags::Flags::REQUIRE_STATE); in CreateArrayInitIntrinsic()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp814 save_state2.SetFlag(inst_flags::Flags::REQUIRE_STATE);
Dir_builder_test.cpp396 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
424 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()