Searched refs:RegisterFactoryFunction (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 1228 RegisterFactoryFunction<HandleExprFactory>(OP_dread, HandleDread); in InitHandleExprFactory() 1229 RegisterFactoryFunction<HandleExprFactory>(OP_regread, HandleRegread); in InitHandleExprFactory() 1230 RegisterFactoryFunction<HandleExprFactory>(OP_constval, HandleConstVal); in InitHandleExprFactory() 1231 RegisterFactoryFunction<HandleExprFactory>(OP_conststr, HandleConstStr); in InitHandleExprFactory() 1232 RegisterFactoryFunction<HandleExprFactory>(OP_conststr16, HandleConstStr16); in InitHandleExprFactory() 1233 RegisterFactoryFunction<HandleExprFactory>(OP_add, HandleAdd); in InitHandleExprFactory() 1234 RegisterFactoryFunction<HandleExprFactory>(OP_CG_array_elem_add, HandleCGArrayElemAdd); in InitHandleExprFactory() 1235 RegisterFactoryFunction<HandleExprFactory>(OP_ashr, HandleShift); in InitHandleExprFactory() 1236 RegisterFactoryFunction<HandleExprFactory>(OP_lshr, HandleShift); in InitHandleExprFactory() 1237 RegisterFactoryFunction<HandleExprFactory>(OP_shl, HandleShift); in InitHandleExprFactory() [all …]
|
| D | isel.cpp | 569 RegisterFactoryFunction<HandleStmtFactory>(OP_label, HandleLabel); in InitHandleStmtFactory() 570 RegisterFactoryFunction<HandleStmtFactory>(OP_dassign, HandleDassign); in InitHandleStmtFactory() 571 RegisterFactoryFunction<HandleStmtFactory>(OP_dassignoff, HandleDassignoff); in InitHandleStmtFactory() 572 RegisterFactoryFunction<HandleStmtFactory>(OP_iassign, HandleIassign); in InitHandleStmtFactory() 573 RegisterFactoryFunction<HandleStmtFactory>(OP_iassignoff, HandleIassignoff); in InitHandleStmtFactory() 574 RegisterFactoryFunction<HandleStmtFactory>(OP_regassign, HandleRegassign); in InitHandleStmtFactory() 575 RegisterFactoryFunction<HandleStmtFactory>(OP_return, HandleReturn); in InitHandleStmtFactory() 576 RegisterFactoryFunction<HandleStmtFactory>(OP_comment, HandleComment); in InitHandleStmtFactory() 577 RegisterFactoryFunction<HandleStmtFactory>(OP_call, HandleCall); in InitHandleStmtFactory() 578 RegisterFactoryFunction<HandleStmtFactory>(OP_icall, HandleIcall); in InitHandleStmtFactory() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_mpl_export.cpp | 149 RegisterFactoryFunction<OutputConstFactory>(kConstInt, OutputConstInt); in InitOutputConstFactory() 150 RegisterFactoryFunction<OutputConstFactory>(kConstAddrof, OutputConstAddrof); in InitOutputConstFactory() 151 RegisterFactoryFunction<OutputConstFactory>(kConstAddrofFunc, OutputConstAddrofFunc); in InitOutputConstFactory() 152 RegisterFactoryFunction<OutputConstFactory>(kConstLblConst, OutputConstLbl); in InitOutputConstFactory() 153 RegisterFactoryFunction<OutputConstFactory>(kConstStrConst, OutputConstStr); in InitOutputConstFactory() 154 RegisterFactoryFunction<OutputConstFactory>(kConstStr16Const, OutputConstStr16); in InitOutputConstFactory() 155 RegisterFactoryFunction<OutputConstFactory>(kConstFloatConst, OutputConstFloat); in InitOutputConstFactory() 156 RegisterFactoryFunction<OutputConstFactory>(kConstDoubleConst, OutputConstDouble); in InitOutputConstFactory() 157 RegisterFactoryFunction<OutputConstFactory>(kConstAggConst, OutputConstAgg); in InitOutputConstFactory() 158 RegisterFactoryFunction<OutputConstFactory>(kConstStConst, OutputConstSt); in InitOutputConstFactory() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | factory.h | 126 inline void RegisterFactoryFunction(const typename TFactory::key_type &key, typename TFactory::crea… in RegisterFactoryFunction() function
|