Home
last modified time | relevance | path

Searched full:ref_special (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml258 ref_special: Instruction which can not be moved throught runtime calls
Dinst.h878 bool result = GetFlag(inst_flags::REF_SPECIAL); in IsRefSpecial()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinstructions.yaml216 flags: [acc_read, acc_write, ifcvt, no_hoist, ref_special]
589 flags: [ref_special]
598 flags: [ref_special]
1384 ref_special: Instruction which can not be moved throught runtime calls
Dinst.h1073 bool result = GetFlag(inst_flags::REF_SPECIAL); in IsRefSpecial()
6174 SetFlag(inst_flags::REF_SPECIAL); in SelectInst()
6216 SetFlag(inst_flags::REF_SPECIAL); in SelectImmInst()