Home
last modified time | relevance | path

Searched full:bfunc (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h307 …CreateStmtCallWithReturnValue(const IntrinsicopNode &intrinNode, const MIRSymbol &ret, PUIdx bFunc,
309 … *CreateStmtCallWithReturnValue(const IntrinsicopNode &intrinNode, PregIdx retPregIdx, PUIdx bFunc,
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dlda.type.yaml49 .function void bFunc() <static> {
93 - "bFunc"
Dnewobj.yaml80 .function void bFunc() <static> {
126 - "bFunc"
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp993 PUIdx bFunc = GetBuiltinToUse(origCall.GetIntrinsic()); in GenIntrinsiccallNode() local
994 if (bFunc != kFuncNotFound) { in GenIntrinsiccallNode()
995 newCall = mirModule.GetMIRBuilder()->CreateStmtCall(bFunc, origCall.GetNopnd()); in GenIntrinsiccallNode()
1016 funcCalled = bFunc; in GenIntrinsiccallNode()
2573 …CreateStmtCallWithReturnValue(const IntrinsicopNode &intrinNode, const MIRSymbol &ret, PUIdx bFunc, in CreateStmtCallWithReturnValue() argument
2583 return mirBuilder->CreateStmtCallAssigned(bFunc, args, &ret, OP_callassigned); in CreateStmtCallWithReturnValue()
2586 …rer::CreateStmtCallWithReturnValue(const IntrinsicopNode &intrinNode, PregIdx retpIdx, PUIdx bFunc, in CreateStmtCallWithReturnValue() argument
2596 return mirBuilder->CreateStmtCallRegassigned(bFunc, args, retpIdx, OP_callassigned); in CreateStmtCallWithReturnValue()
2995 PUIdx bFunc = GetBuiltinToUse(id); in LowerSyncEnterSyncExit() local
2996 CHECK_FATAL(bFunc != kFuncNotFound, "bFunc should be found"); in LowerSyncEnterSyncExit()
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewobj.yaml94 .function void bFunc() <static> {
140 - "bFunc"
Dlda.type.yaml63 .function void bFunc() <static> {
107 - "bFunc"