Home
last modified time | relevance | path

Searched full:no_dst (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/templates/
Dopcodes.h.erb23 % flags << 'no_dst' if inst.operands.empty? || !inst.operands.first.is_dst?
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dopcodes.h.erb23 % flags << 'no_dst' if inst.operands.empty? || !inst.operands.first.is_dst?
/arkcompiler/runtime_core/static_core/irtoc/
Dintrinsics.yaml90 set_flags: [terminator, no_dst]
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml252 no_dst: Instruction has no destination operand
Dir_constructor.h372 inst->SetFlag(inst_flags::NO_DST); in Inlined()
Dinst.h839 …return GetFlag(inst_flags::PSEUDO_DST) || GetFlag(inst_flags::NO_DST) || GetType() == DataType::VO… in NoDest()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinstructions.yaml503 …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
Dir_constructor.h455 inst->SetFlag(inst_flags::NO_DST); in Inlined()
Dgraph_checker.cpp401 ASSERT_EXT_PRINT(inst->NoDest(), "Inlined call should have NO_DST flag"); in CheckUserOfInt32()
Dinst.h1019 …return GetFlag(inst_flags::PSEUDO_DST) || GetFlag(inst_flags::NO_DST) || GetType() == DataType::VO… in NoDest()
/arkcompiler/runtime_core/compiler/
Dintrinsics.yaml1066 set_flags: ["terminator", "no_dst"]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp610 newCallInst->SetFlag(inst_flags::NO_DST); in DoInlinePolymorphic()
996 callInst->SetFlag(inst_flags::NO_DST); in ProcessCallReturnInstructions()