Searched defs:cfg (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | code_generator.h | 48 …orStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationConfig *cfg) in RunForStub() 58 void Run(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in Run()
|
| D | stub.cpp | 42 void Stub::GenerateCircuit(const CompilationConfig *cfg) in GenerateCircuit()
|
| D | assembler_module.cpp | 28 void AssemblerModule::Run(const CompilationConfig *cfg, Chunk* chunk) in Run()
|
| D | llvm_codegen.cpp | 76 const CompilationConfig *cfg) in GenerateCodeForStub() 84 …orImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode()
|
| D | circuit_builder.h | 662 void SetCompilationConfig(const CompilationConfig *cfg) in SetCompilationConfig()
|
| D | scheduler.cpp | 447 void Scheduler::Print(const std::vector<std::vector<GateRef>> *cfg, const Circuit *circuit) in Print()
|
| D | llvm_ir_builder.cpp | 56 … LLVMModule *module, LLVMValueRef function, const CompilationConfig *cfg, in LLVMIRBuilder()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | stub_tests.cpp | 74 void PrintCircuitByBasicBlock([[maybe_unused]] const std::vector<std::vector<GateRef>> &cfg, in PrintCircuitByBasicBlock() 123 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local 166 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local 205 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local 263 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local 314 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local 382 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local 405 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local 428 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local 451 Scheduler::ControlFlowGraph cfg; in HWTEST_F_L0() local [all …]
|
| /arkcompiler/runtime_core/verification/config/process/ |
| D | config_process.cpp | 53 bool ProcessConfig(const Section &cfg) in ProcessConfig()
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_method_options.cpp | 192 Section cfg; in RegisterConfigHandlerMethodOptions() local 221 Section cfg; in SetDefaultMethodOptions() local
|
| /arkcompiler/runtime_core/verification/config/parse/ |
| D | config_parse.cpp | 41 bool ParseConfig(const char *str, Section &cfg) in ParseConfig()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 433 …tFunctionLength(JSThread *thread, const JSHandle<JSFunction> &func, JSTaggedValue length, bool cfg) in SetFunctionLength()
|