Home
last modified time | relevance | path

Searched defs:callNode (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_memlayout.cpp41 CallNode *callNode = static_cast<CallNode *>(&stmt); in ComputeStackSpaceRequirementForCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp384 auto &callNode = static_cast<CallNode &>(stmt); in HandleCall() local
H A Disel.cpp252 auto &callNode = static_cast<CallNode &>(stmt); in HandleCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp59 void X64CGFunc::SelectCall(CallNode &callNode) in SelectCall() argument
H A Dx64_MPIsel.cpp234 void X64MPIsel::SelectCall(CallNode &callNode) in SelectCall() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp162 auto &callNode = static_cast<NaryStmtNode&>(*newStmt); in LowerCallStmt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp108 void LMIRBuilder::SetCallStmtDeoptBundleInfo(Stmt &callNode, in SetCallStmtDeoptBundleInfo() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp3528 TIntermTyped *callNode = nullptr; in addFunctionCallOrMethod() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1358 Stmt &callNode = in VisitRuntimeCall() local
1467 Stmt &callNode = lmirBuilder_->ICall(callee, params, returnVar); in VisitRuntimeCallWithArgv() local
1583 Stmt &callNode = in VisitCall() local
2820 Stmt &callNode = lmirBuilder_->ICall(lmirBuilder_->Dread(funcVar), params, pregIdx); GenDeoptEntry() local
3004 Stmt &callNode = lmirBuilder_->Call(*callee, params, returnPregIdx); VisitDeoptCheck() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp1917 void TParseContext::memorySemanticsCheck(const TSourceLoc& loc, const TFunction& fnCandidate, const TIntermOperator& callNode) in memorySemanticsCheck() argument
2092 builtInOpCheck(const TSourceLoc& loc, const TFunction& fnCandidate, TIntermOperator& callNode) builtInOpCheck() argument
2810 nonOpBuiltInCheck(const TSourceLoc& loc, const TFunction& fnCandidate, TIntermAggregate& callNode) nonOpBuiltInCheck() argument
2929 userFunctionCallCheck(const TSourceLoc& loc, TIntermAggregate& callNode) userFunctionCallCheck() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp6950 TIntermAggregate *callNode = in addNonConstructorFunctionCall() local
6985 TIntermTyped *callNode = in addNonConstructorFunctionCall() local
6991 TIntermAggregate *callNode = in addNonConstructorFunctionCall() local
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp6048 void HlslParseContext::builtInOpCheck(const TSourceLoc& loc, const TFunction& fnCandidate, TIntermOperator& callNode) in builtInOpCheck() argument

Completed in 77 milliseconds