Home
last modified time | relevance | path

Searched refs:SelectRegassign (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Disel.h50 void SelectRegassign(RegassignNode &stmt, Operand &opnd0);
H A Dcgfunc.h177 virtual void SelectRegassign(RegassignNode &stmt, Operand &opnd0) = 0;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_cgfunc.h44 void SelectRegassign(RegassignNode &stmt, Operand &opnd0) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp31 void X64CGFunc::SelectRegassign(RegassignNode &stmt, Operand &opnd0) in SelectRegassign() function in maplebe::X64CGFunc
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp176 iSel.SelectRegassign(regAssignNode, *opnd0); in HandleRegassign()
701 void MPISel::SelectRegassign(RegassignNode &stmt, Operand &opnd0) in SelectRegassign() function in maplebe::MPISel
H A Dcgfunc.cpp429 cgFunc.SelectRegassign(regAssignNode, *opnd0); in HandleRegassign()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_cgfunc.h91 void SelectRegassign(RegassignNode &stmt, Operand &opnd0) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp727 void AArch64CGFunc::SelectRegassign(RegassignNode &stmt, Operand &opnd0) in SelectRegassign() function in maplebe::AArch64CGFunc

Completed in 17 milliseconds