Home
last modified time | relevance | path

Searched refs:formatItem (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h91 for (const auto &formatItem : format.GetFormatItem()) { variable
92 if (regsKind && formatItem.IsVReg()) {
93 regsKind->push_back(formatItem.Kind());
96 if (formatItem.IsVReg() && limit_ == 0) {
97 limit_ = 1 << formatItem.Bitwidth();
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp121 for (const auto &formatItem : format.GetFormatItem()) { in MatchFormat() local
122 if (formatItem.IsVReg()) { in MatchFormat()
123 limit = 1 << formatItem.Bitwidth(); in MatchFormat()