Home
last modified time | relevance | path

Searched refs:opndAddr (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp162 Operand *opndAddr = iSel.HandleExpr(stmt, *addr); in HandleIassign() local
163 if (opndRhs == nullptr || opndAddr == nullptr) { in HandleIassign()
166 iSel.SelectIassign(iassignNode, *opndAddr, *opndRhs); in HandleIassign()
635 void MPISel::SelectIassign(const IassignNode &stmt, Operand &opndAddr, Operand &opndRhs) in SelectIassign() argument
641 RegOperand &lhsBaseOpnd = SelectCopy2Reg(opndAddr, stmt.Opnd(0)->GetPrimType()); in SelectIassign()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Disel.h48 void SelectIassign(const IassignNode &stmt, Operand &opndAddr, Operand &opndRhs);

Completed in 4 milliseconds