Searched refs:BytecodeOptIrInterface (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | codegen_test.cpp | 108 BytecodeOptIrInterface *interface = nullptr; in __anon0774c0120102() 146 BytecodeOptIrInterface *interface = nullptr; in __anon0774c0120202() 184 BytecodeOptIrInterface *interface = nullptr; in __anon0774c0120302() 246 BytecodeOptIrInterface *interface = nullptr; in __anon0774c0120402() 288 BytecodeOptIrInterface interface(&maps, prog); in __anon0774c0120502() 339 BytecodeOptIrInterface *interface = nullptr; in __anon0774c0120602() 363 BytecodeOptIrInterface interface(&maps, prog); 381 BytecodeOptIrInterface interface(&maps, prog); 399 BytecodeOptIrInterface interface(&maps, prog); 476 BytecodeOptIrInterface *interface = nullptr; in __anon0774c0120702() [all …]
|
| D | common.h | 76 class IrInterfaceTest : public BytecodeOptIrInterface { 80 : BytecodeOptIrInterface(maps, prog) in BytecodeOptIrInterface() function 91 return IsMapsSet() ? BytecodeOptIrInterface::GetTypeIdByOffset(offset) : ""; in GetTypeIdByOffset() 201 ir_interface_ = std::make_unique<bytecodeopt::BytecodeOptIrInterface>(&maps_, prog); in ParseToGraph() 248 bytecodeopt::BytecodeOptIrInterface *GetIrInterface() in GetIrInterface() 264 std::unique_ptr<BytecodeOptIrInterface> ir_interface_;
|
| D | graph_test.h | 78 …pandasm::AsmEmitter::PandaFileToPandaAsmMaps &maps, bytecodeopt::BytecodeOptIrInterface &ir_interf… in TestBuildGraphFromFunc()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | ir_interface.h | 26 class BytecodeOptIrInterface { 28 explicit BytecodeOptIrInterface(const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, 34 virtual ~BytecodeOptIrInterface() = default;
|
| D | optimize_bytecode.h | 25 bool RunOptimizations(compiler::Graph *graph, BytecodeOptIrInterface *iface = nullptr);
|
| D | codegen.h | 42 const BytecodeOptIrInterface *iface, pandasm::Program *prog) in BytecodeGen() 151 const BytecodeOptIrInterface *ir_interface_;
|
| D | optimize_bytecode.cpp | 61 bool RunOptimizations(compiler::Graph *graph, BytecodeOptIrInterface *iface) in RunOptimizations() 92 void BuildMapFromPcToIns(pandasm::Function &function, BytecodeOptIrInterface &ir_interface, in BuildMapFromPcToIns() 243 BytecodeOptIrInterface &ir_interface) in DebugInfoPropagate() 295 auto ir_interface = BytecodeOptIrInterface(maps, prog); in OptimizeFunction()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | irBuilder_tests.cpp | 61 auto ir_interface = panda::bytecodeopt::BytecodeOptIrInterface(&maps, &prog); in TestBuildGraphFromFunc()
|