Searched full:no_dst (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | opcodes.h.erb | 23 % flags << 'no_dst' if inst.operands.empty? || !inst.operands.first.is_dst?
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | opcodes.h.erb | 23 % flags << 'no_dst' if inst.operands.empty? || !inst.operands.first.is_dst?
|
| /arkcompiler/runtime_core/static_core/irtoc/ |
| D | intrinsics.yaml | 90 set_flags: [terminator, no_dst]
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 252 no_dst: Instruction has no destination operand
|
| D | ir_constructor.h | 372 inst->SetFlag(inst_flags::NO_DST); in Inlined()
|
| D | inst.h | 839 …return GetFlag(inst_flags::PSEUDO_DST) || GetFlag(inst_flags::NO_DST) || GetType() == DataType::VO… in NoDest()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 503 …flags: [store, no_hoist, no_dce, no_cse, no_dst, require_state, barrier, runtime_call, require_tmp] 1220 flags: [no_dst, ifcvt, no_hoist] 1354 no_dst: Instruction has no destination operand
|
| D | ir_constructor.h | 455 inst->SetFlag(inst_flags::NO_DST); in Inlined()
|
| D | graph_checker.cpp | 401 ASSERT_EXT_PRINT(inst->NoDest(), "Inlined call should have NO_DST flag"); in CheckUserOfInt32()
|
| D | inst.h | 1019 …return GetFlag(inst_flags::PSEUDO_DST) || GetFlag(inst_flags::NO_DST) || GetType() == DataType::VO… in NoDest()
|
| /arkcompiler/runtime_core/compiler/ |
| D | intrinsics.yaml | 1066 set_flags: ["terminator", "no_dst"]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.cpp | 610 newCallInst->SetFlag(inst_flags::NO_DST); in DoInlinePolymorphic() 996 callInst->SetFlag(inst_flags::NO_DST); in ProcessCallReturnInstructions()
|