Home
last modified time | relevance | path

Searched defs:mov (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.cpp114 …if (auto *const mov = spiller_->MoveReg(ins->Node(), spill_info.SpillReg(), spill_info.OriginReg()… in Spill() local
120 …if (auto *const mov = spiller_->MoveReg(ins->Node(), spill_info.OriginReg(), reg, false); mov != n… in Spill() local
135 …if (auto *const mov = spiller_->MoveReg(ins->Node(), spillInfo.OriginReg(), spillInfo.SpillReg(), … in Restore() local
194 for (auto *mov : dstMoves) { in Run() local
DETSGen.cpp176 auto *const mov = [this, sourceType, node, vd, vs]() -> IRNode * { in AllocMov() local