Home
last modified time | relevance | path

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

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