Home
last modified time | relevance | path

Searched defs:callNode (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp40 CallNode *callNode = static_cast<CallNode *>(&stmt); in ComputeStackSpaceRequirementForCall() local
Daarch64_cgfunc.cpp3520 void AArch64CGFunc::SelectCall(CallNode &callNode) in SelectCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1381 Stmt &callNode = in VisitRuntimeCall() local
1490 Stmt &callNode = lmirBuilder_->ICall(callee, params, returnVar); in VisitRuntimeCallWithArgv() local
1620 Stmt &callNode = in VisitCall() local
2836 Stmt &callNode = lmirBuilder_->ICall(lmirBuilder_->Regread(funcPregIdx), params, pregIdx); in GenDeoptEntry() local
3055 Stmt &callNode = lmirBuilder_->Call(*callee, params, returnPregIdx); in GetOrCreateDeoptBBInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp378 auto &callNode = static_cast<CallNode &>(stmt); in HandleCall() local
Disel.cpp250 auto &callNode = static_cast<CallNode &>(stmt); in HandleCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp154 auto &callNode = static_cast<NaryStmtNode&>(*newStmt); in LowerCallStmt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp56 void X64CGFunc::SelectCall(CallNode &callNode) in SelectCall()
Dx64_MPIsel.cpp231 void X64MPIsel::SelectCall(CallNode &callNode) in SelectCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp108 void LMIRBuilder::SetCallStmtDeoptBundleInfo(Stmt &callNode, in SetCallStmtDeoptBundleInfo()