Searched refs:SRC_VREG (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/ | ||
H A D | irnode.h | 43 SRC_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 D | irnode.h | 44 SRC_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 D | regAllocator.cpp | 169 if (regsKind[idx] == OperandKind::SRC_VREG || regsKind[idx] == OperandKind::SRC_DST_VREG) { in AdjustInsSpill() |
Completed in 2 milliseconds