| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | scopedDebugInfoPlugin-inl.h | 24 void ScopedDebugInfoPlugin::RegisterPrologueEpilogue(ir::BlockStatement *block, ir::Statement *stmt) in RegisterPrologueEpilogue() argument
|
| H A D | evaluateContext.cpp | 57 auto *stmt = methodStatements->Statements().back(); in FindEvaluationMethod() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | blockStatement.h | 68 void AddTrailingBlock(AstNode *stmt, BlockStatement *trailingBlock) in AddTrailingBlock() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
| H A D | switch_lowerer.h | 26 SwitchLowerer(maple::MIRModule &mod, maple::SwitchNode &stmt, maple::MapleAllocator &allocator) in SwitchLowerer() argument 40 maple::SwitchNode *stmt; member in maplebe::SwitchLowerer
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | memlayout.cpp | 34 StmtNode *stmt = mirFunction->GetBody()->GetFirst(); in FindLargestActualArea() local
|
| H A D | cgfunc.cpp | 273 static void HandleLabel(StmtNode &stmt, CGFunc &cgFunc) in HandleLabel() argument 286 static void HandleGoto(StmtNode &stmt, CGFunc &cgFunc) in HandleGoto() argument 299 static void HandleCondbr(StmtNode &stmt, CGFun argument 369 HandleReturn(StmtNode &stmt, CGFunc &cgFunc) HandleReturn() argument 382 HandleCall(StmtNode &stmt, CGFunc &cgFunc) HandleCall() argument 388 HandleICall(StmtNode &stmt, CGFunc &cgFunc) HandleICall() argument 395 HandleIntrinsicCall(StmtNode &stmt, CGFunc &cgFunc) HandleIntrinsicCall() argument 401 HandleDassign(StmtNode &stmt, CGFunc &cgFunc) HandleDassign() argument 418 HandleRegassign(StmtNode &stmt, CGFunc &cgFunc) HandleRegassign() argument 435 HandleIassign(StmtNode &stmt, CGFunc &cgFunc) HandleIassign() argument 446 HandleRangeGoto(StmtNode &stmt, CGFunc &cgFunc) HandleRangeGoto() argument 454 HandleComment(StmtNode &stmt, CGFunc &cgFunc) HandleComment() argument 557 StmtNode *stmt = block->GetFirst(); HandleFirstStmt() local 699 const StmtNode *stmt = bb->GetFirstStmt(); DumpCFG() local [all...] |
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | switchBuilder.cpp | 28 SwitchBuilder::SwitchBuilder(PandaGen *pg, const ir::SwitchStatement *stmt) in SwitchBuilder() argument
|
| H A D | pandagen.h | 489 void SetFirstStmt(const ir::Statement *stmt) in SetFirstStmt() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | switchBuilder.h | 37 SwitchBuilder(CodeGen *cg, const ir::SwitchStatement *stmt) in SwitchBuilder() argument
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparserStatements.cpp | 131 auto stmt = ParseTopLevelStatement(); in ParseTopLevelStatements() local 141 static ir::Statement *ValidateExportableStatement(ETSParser *parser, ir::Statement *stmt, in ValidateExportableStatement() argument [all...] |
| H A D | TypedParser.cpp | 1324 ir::Statement *stmt = TypedParser::ParseStatement(flags); in ParseDeclareAndDecorators() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_memlayout.cpp | 26 uint32 X64MemLayout::ComputeStackSpaceRequirementForCall(StmtNode &stmt, int32 &aggCopySize, bool isIcall) in ComputeStackSpaceRequirementForCall() argument
|
| H A D | x64_cgfunc.cpp | 27 void X64CGFunc::SelectDassign(DassignNode &stmt, Operand &opnd0) in SelectDassign() argument 31 void X64CGFunc::SelectRegassign(RegassignNode &stmt, Operand &opnd0) in SelectRegassign() argument 35 void X64CGFunc::SelectIassign(IassignNode &stmt) in SelectIassign() argument 43 void X64CGFunc::SelectCondGoto(CondGotoNode &stmt, Operand &opnd0, Operand &opnd1) in SelectCondGoto() argument 47 void X64CGFunc::SelectCondSpecialCase1(CondGotoNode &stmt, BaseNode &opnd0) in SelectCondSpecialCase1() argument 51 void X64CGFunc::SelectCondSpecialCase2(const CondGotoNode &stmt, BaseNode &opnd0) in SelectCondSpecialCase2() argument 55 void X64CGFunc::SelectGoto(GotoNode &stmt) in SelectGoto() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | mir_builder.h | 242 T *stmt = GetCurrentFuncCodeMp()->New<T>(args...); in NewNode() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | defaultParameterLowering.cpp | 165 ir::Statement *stmt = nullptr; in CreateFunctionBody() local
|
| H A D | lambdaLowering.cpp | 956 ir::Statement *stmt; in CreateWrappingLambda() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| H A D | importExportDecls.cpp | 63 void ImportExportDecls::CollectImportedProgramsFromStmts(ark::es2panda::ir::ETSImportDeclaration *stmt, in CollectImportedProgramsFromStmts() argument 216 HandleSimpleType(std::set<util::StringView> &exportedTypes, std::set<util::StringView> &exportedStatements, ir::Statement *stmt, util::StringView name, parser::Program *program, lexer::SourcePosition pos) HandleSimpleType() argument 253 VerifyType(ir::Statement *stmt, parser::Program *program, std::set<util::StringView> &exportedTypes, std::set<util::StringView> &exportedStatements, std::map<util::StringView, ir::AstNode *> &typesMap) VerifyType() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_memlayout.cpp | 29 uint32 AArch64MemLayout::ComputeStackSpaceRequirementForCall(StmtNode &stmt, int32 &aggCopySize, bool isIcall) in ComputeStackSpaceRequirementForCall() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| H A D | mir_nodes.cpp | 54 void BlockNode::AddStatement(StmtNode *stmt) in AddStatement() argument 69 void BlockNode::InsertFirst(StmtNode *stmt) in InsertFirst() argument 76 void BlockNode::InsertLast(StmtNode *stmt) in InsertLast() argument [all...] |
| H A D | mir_lower.cpp | 112 auto *stmt = block.GetFirst(); in LowerBuiltinExpect() local 337 StmtNode *stmt = nextStmt; in LowerBlock() local 392 StmtNode *stmt = nextStmt; LowerCandCior() local [all...] |
| H A D | mir_builder.cpp | 310 auto *stmt = NewNode<CallNode>(*GetCurrentFuncCodeMpAllocator(), opCode, puIdx, TyIdx()); in CreateStmtCall() local 318 auto *stmt = NewNode<IcallNode>(*GetCurrentFuncCodeMpAllocator(), OP_icall); in CreateStmtIcall() local 326 auto *stmt in CreateStmtIcallproto() local 335 auto *stmt = NewNode<IcallNode>(*GetCurrentFuncCodeMpAllocator(), OP_icallassigned); CreateStmtIcallAssigned() local 353 auto *stmt = NewNode<IcallNode>(*GetCurrentFuncCodeMpAllocator(), OP_icallassigned); CreateStmtIcallAssigned() local 375 auto *stmt = NewNode<IntrinsiccallNode>( CreateStmtIntrinsicCall() local 385 auto *stmt = NewNode<CallNode>(*GetCurrentFuncCodeMpAllocator(), opcode, puIdx); CreateStmtCallRegassigned() local 397 auto *stmt = CreateStmtIntrinsicCallAssigned() local 412 auto *stmt = NewNode<NaryStmtNode>(*GetCurrentFuncCodeMpAllocator(), OP_return); CreateStmtReturn() local [all...] |
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | helpers.cpp | 834 auto *stmt = *iter++; in ScanDirectives() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | ETSAnalyzer.cpp | 1986 auto *stmt = st->Statements()[idx]; in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| H A D | scopesInitPhase.cpp | 1184 void InitScopesPhaseETS::VisitBreakStatement(ir::BreakStatement *stmt) in VisitBreakStatement() argument 1194 void InitScopesPhaseETS::VisitContinueStatement(ir::ContinueStatement *stmt) in VisitContinueStatement() argument 1214 auto stmt = node->Parent()->AsLabelledStatement(); in AttachLabelToScope() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| H A D | lower.cpp | 143 void CGLowerer::LowerCallStmt(StmtNode &stmt, StmtNode *&nextStmt, BlockNode &newBlk, MIRType *retty, bool uselvar, in LowerCallStmt() argument 173 StmtNode *CGLowerer::GenCallNode(const StmtNode &stmt, PUIdx &funcCalled, CallNode &origCall) in GenCallNode() argument 189 StmtNode *CGLowerer::GenIntrinsiccallNode(const StmtNode &stmt, PUId argument 339 LowerCallAssignedStmt(StmtNode &stmt, bool uselvar) LowerCallAssignedStmt() argument 385 LowerIntrinsiccallToIntrinsicop(StmtNode &stmt) LowerIntrinsiccallToIntrinsicop() argument 390 LowerStmt(StmtNode &stmt, BlockNode &newBlk) LowerStmt() argument 398 LowerSwitchOpnd(StmtNode &stmt, BlockNode &newBlk) LowerSwitchOpnd() argument 426 StmtNode *stmt = nextStmt; LowerBlock() local 791 LowerDassignToThreadLocal(StmtNode &stmt, const BlockNode &block) LowerDassignToThreadLocal() argument [all...] |