Home
last modified time | relevance | path

Searched refs:DST_VREG (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/
H A Dirnode.h44 DST_VREG, member in ark::es2panda::ark::es2panda::compiler::OperandKind
76 return kind_ == OperandKind::SRC_VREG || kind_ == OperandKind::DST_VREG || kind_ == OperandKind::SRC_DST_VREG; in IsVReg()
/arkcompiler/ets_frontend/es2panda/ir/
H A Dirnode.h45 DST_VREG, member in panda::es2panda::panda::panda::es2panda::compiler::OperandKind
64 return kind_ == OperandKind::SRC_VREG || kind_ == OperandKind::DST_VREG || kind_ == OperandKind::SRC_DST_VREG; in IsVReg()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregAllocator.cpp172 if (regsKind[idx] == OperandKind::DST_VREG || regsKind[idx] == OperandKind::SRC_DST_VREG) { in AdjustInsSpill()

Completed in 1 milliseconds