Home
last modified time | relevance | path

Searched refs:CreateProductFunction (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dfactory.h132 inline auto CreateProductFunction(const typename TFactory::key_type &key) in CreateProductFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_export.cpp455 auto func = CreateProductFunction<OutputConstFactory>(constVal->GetKind()); in OutputConst()
1263 auto func = CreateProductFunction<OutputTypeFactory>(ty->GetKind()); in OutputType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp641 auto function = CreateProductFunction<HandleExprFactory>(expr.GetOpCode()); in HandleExpr()
653 auto function = CreateProductFunction<HandleStmtFactory>(stmt->GetOpCode()); in doMPIS()
Dcgfunc.cpp1751 auto function = CreateProductFunction<HandleExprFactory>(expr.GetOpCode()); in HandleExpr()
2012 auto function = CreateProductFunction<HandleStmtFactory>(stmt->GetOpCode()); in GenerateInstruction()