Searched full:heap_inv (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.yaml | 44 clear_flags: [can_throw, heap_inv] 56 clear_flags: [can_throw, heap_inv, no_dce, no_cse] 68 clear_flags: [can_throw, heap_inv, no_dce, no_cse] 80 clear_flags: [can_throw, heap_inv, no_dce, no_cse] 91 clear_flags: [can_throw, heap_inv, no_cse] 103 clear_flags: [can_throw, heap_inv, no_cse] 115 clear_flags: [can_throw, heap_inv, no_cse] 127 clear_flags: [can_throw, heap_inv, no_cse] 140 clear_flags: [can_throw, heap_inv, no_cse] 151 clear_flags: [can_throw, heap_inv] [all …]
|
| /arkcompiler/runtime_core/static_core/irtoc/ |
| D | intrinsics.yaml | 33 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/static_core/runtime/ |
| D | runtime.yaml | 314 clear_flags: [ can_throw, heap_inv ] 326 clear_flags: [ can_throw, heap_inv ] 338 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] [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | utils.rb | 20 …no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call", "heap_inv", "can_throw"]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsic_flags_test.inl.erb | 26 …inst_flags::CAN_THROW | inst_flags::HEAP_INV | inst_flags::CALL | inst_flags::ACC_WRITE | inst_fla…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_compiler_intrinsics.yaml | 166 clear_flags: [ acc_read, require_state, can_throw, heap_inv, no_dce, no_cse, no_hoist ]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | code_sink.cpp | 108 inst->GetFlag(compiler::inst_flags::HEAP_INV)) { in ProcessBlock()
|
| D | lse.cpp | 643 return inst->GetFlag(compiler::inst_flags::HEAP_INV); in IsHeapInvalidatingInst()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 266 heap_inv: Invalidates heap
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 840 …flags: [can_throw, heap_inv, no_dce, no_hoist, no_cse, barrier, require_state, runtime_call, call,… 1368 heap_inv: Invalidates heap
|