| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_memlayout.cpp | 41 CallNode *callNode = static_cast<CallNode *>(&stmt); in ComputeStackSpaceRequirementForCall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | cgfunc.cpp | 384 auto &callNode = static_cast<CallNode &>(stmt); in HandleCall() local
|
| H A D | isel.cpp | 252 auto &callNode = static_cast<CallNode &>(stmt); in HandleCall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_cgfunc.cpp | 59 void X64CGFunc::SelectCall(CallNode &callNode) in SelectCall() argument
|
| H A D | x64_MPIsel.cpp | 234 void X64MPIsel::SelectCall(CallNode &callNode) in SelectCall() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| H A D | lower.cpp | 162 auto &callNode = static_cast<NaryStmtNode&>(*newStmt); in LowerCallStmt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| H A D | lmir_builder.cpp | 108 void LMIRBuilder::SetCallStmtDeoptBundleInfo(Stmt &callNode, in SetCallStmtDeoptBundleInfo() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | ParseHelper.cpp | 3528 TIntermTyped *callNode = nullptr; in addFunctionCallOrMethod() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.cpp | 1358 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 D | ParseHelper.cpp | 1917 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 D | ParseContext.cpp | 6950 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 D | hlslParseHelper.cpp | 6048 void HlslParseContext::builtInOpCheck(const TSourceLoc& loc, const TFunction& fnCandidate, TIntermOperator& callNode) in builtInOpCheck() argument
|