Home
last modified time | relevance | path

Searched refs:SRC_DST_VREG (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/
Dirnode.h46 SRC_DST_VREG, enumerator
64 …_ == OperandKind::SRC_VREG || kind_ == OperandKind::DST_VREG || kind_ == OperandKind::SRC_DST_VREG; in IsVReg()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp163 if (regsKind[idx] == OperandKind::SRC_VREG || regsKind[idx] == OperandKind::SRC_DST_VREG) { in AdjustInsSpill()
166 if (regsKind[idx] == OperandKind::DST_VREG || regsKind[idx] == OperandKind::SRC_DST_VREG) { in AdjustInsSpill()
/arkcompiler/ets_frontend/es2panda/compiler/templates/
Dformats.h.erb34 % return "OperandKind::SRC_DST_VREG"