Home
last modified time | relevance | path

Searched defs:cfg (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/config/process/
H A Dconfig_process.cpp30 bool ProcessConfigSection(Config *cfg, const Section &section, const ark::PandaString &path = "") in ProcessConfigSection() argument
48 void RegisterConfigHandler(Config *cfg, const PandaString &path, callable<bool(Config *, const Section &)> handler) in RegisterConfigHandler() argument
54 bool ProcessConfig(Config *cfg, const Section &section) in ProcessConfig() argument
/arkcompiler/runtime_core/static_core/verification/config/
H A Dconfig_load.cpp36 bool ProcessConfigFile(ark::verifier::Config *cfg, const char *text) in ProcessConfigFile() argument
60 bool LoadConfig(Config *cfg, std::string_view filename) in LoadConfig() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A Dmain.cpp25 auto *cfg = impl->CreateConfig(argc, argv); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub.cpp46 void Stub::GenerateCircuit(const CompilationConfig *cfg) in GenerateCircuit() argument
H A Dassembler_module.cpp28 void AssemblerModule::Run(const CompilationConfig *cfg, Chunk* chunk) in Run() argument
H A Dcode_generator.h197 void RunForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationConfig *cfg) in RunForStub() argument
207 void Run(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in Run() argument
H A Dpost_schedule.cpp24 void PostSchedule::Run(ControlFlowGraph &cfg) in Run() argument
41 void PostSchedule::GenerateExtraBB(ControlFlowGraph &cfg) in GenerateExtraBB() argument
76 VisitHeapAlloc(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) VisitHeapAlloc() argument
107 ReplaceGateDirectly(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) ReplaceGateDirectly() argument
114 ScheduleEndBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) ScheduleEndBB() argument
123 ScheduleNewBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx) ScheduleNewBB() argument
130 ScheduleCurrentBB(const std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) ScheduleCurrentBB() argument
147 ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> &currentBBGates, std::vector<GateRef> &endBBGates) ReplaceBBState() argument
369 VisitStore(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) VisitStore() argument
584 PrintGraph(const char* title, ControlFlowGraph &cfg) PrintGraph() argument
[all...]
H A Dcircuit_builder_helper.h294 void SetCompilationConfig(const CompilationConfig *cfg) in SetCompilationConfig() argument
H A Dscheduler.cpp464 void Scheduler::Print(const std::vector<std::vector<GateRef>> *cfg, const Circuit *circuit) in Print() argument
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
H A Dconfig_handler_breakpoints.cpp92 static bool RegisterConfigHandlerBreakpointsVerifierAnalyzer(const struct Section &s, Config *&cfg) in RegisterConfigHandlerBreakpointsVerifierAnalyzer() argument
/arkcompiler/runtime_core/static_core/verification/config/parse/
H A Dconfig_parse.cpp83 bool ParseConfig(const char *str, Section &cfg) in ParseConfig() argument
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dloop_optimization_test.cpp167 std::vector<std::vector<GateRef>> cfg; in HWTEST_F_L0() local
218 std::vector<std::vector<GateRef>> cfg; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_codegen.cpp138 void LiteCGIRGeneratorImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode() argument
129 GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationConfig *cfg) GenerateCodeForStub() argument
H A Dlitecg_ir_builder.cpp57 LiteCGIRBuilder(const std::vector<std::vector<GateRef>> *schedule, Circuit *circuit, LMIRModule *module, const CompilationConfig *cfg, CallSignature::CallConv callConv, bool enableLog, bool enableOptInlining, const panda::ecmascript::MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile, const std::string &funcName) LiteCGIRBuilder() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_cfg.cpp614 CGCFG *cfg = f.GetMemoryPool()->New<CGCFG>(f); in PhaseRun() local
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.cpp216 auto *cfg = reinterpret_cast<ConfigImpl *>(config); in DestroyConfig() local
239 auto *cfg = reinterpret_cast<ConfigImpl *>(config); in CreateContext() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmem_stats_gen_gc_test.cpp133 void SetupRuntime(const std::string &gcTypeParam, const Config &cfg) in SetupRuntime() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp339 void LLVMIRGeneratorImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode() argument
330 GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationConfig *cfg) GenerateCodeForStub() argument
H A Dllvm_ir_builder.cpp62 LLVMIRBuilder(const std::vector<std::vector<GateRef>> *schedule, Circuit *circuit, LLVMModule *module, LLVMValueRef function, const CompilationConfig *cfg, CallSignature::CallConv callConv, bool enableLog, bool isFastCallAot, const std::string &funcName, bool enableOptInlining, bool enableBranchProfiling) LLVMIRBuilder() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp724 bool JSFunction::SetFunctionLength(JSThread *thread, const JSHandle<JSFunction> &func, JSTaggedValue length, bool cfg) in SetFunctionLength() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgfunc.h253 virtual void HandleFuncCfg(CGCFG *cfg) in HandleFuncCfg() argument
768 void SetTheCFG(CGCFG *cfg) in SetTheCFG() argument

Completed in 46 milliseconds