| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 138 uint32_t GetBinaryFileBaseOffset(Arch arch) const in GetBinaryFileBaseOffset() 389 uint32_t GetAccessFlagsOffset(Arch arch) const in GetAccessFlagsOffset() 393 uint32_t GetVTableIndexOffset(Arch arch) const in GetVTableIndexOffset() 397 uint32_t GetClassOffset(Arch arch) const in GetClassOffset() 401 uint32_t GetCompiledEntryPointOffset(Arch arch) const in GetCompiledEntryPointOffset() 405 uint32_t GetPandaFileOffset(Arch arch) const in GetPandaFileOffset() 413 size_t GetTlsFrameKindOffset(Arch arch) const in GetTlsFrameKindOffset() 417 uint32_t GetFlagAddrOffset(Arch arch) const in GetFlagAddrOffset() 421 size_t GetTlsFrameOffset(Arch arch) const in GetTlsFrameOffset() 425 size_t GetExceptionOffset(Arch arch) const in GetExceptionOffset() [all …]
|
| D | datatype.h | 158 inline Type GetIntTypeForReference([[maybe_unused]] Arch arch) in GetIntTypeForReference() 196 inline bool Is32Bits(Type type, Arch arch) in Is32Bits() 217 inline bool Is64Bits(Type type, Arch arch) in Is64Bits() 258 inline uint8_t ShiftByType(Type type, Arch arch) in ShiftByType() 288 inline uint8_t GetTypeSize(Type type, Arch arch) in GetTypeSize()
|
| D | locations.cpp | 28 void Location::Dump(std::ostream &stm, Arch arch) in Dump() 54 std::string Location::ToString(Arch arch) in ToString()
|
| D | spill_fill_data.h | 81 void Dump(std::ostream &stm, Arch arch) const in Dump() 99 inline auto ToString(const SpillFillData &sf, Arch arch) in ToString()
|
| D | graph.h | 125 explicit Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch) in Graph() 130 Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, bool osr_mode) in Graph() 135 …Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, bool dynamic_method, … in Graph() 141 …Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, RuntimeInterface::Met… in Graph() 156 …Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, RuntimeInterface::Met… in Graph()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/ |
| D | target.cpp | 45 bool BackendSupport(Arch arch) in BackendSupport() 69 …oder *Encoder::Create([[maybe_unused]] ArenaAllocator *arena_allocator, [[maybe_unused]] Arch arch, in Create() 109 [[maybe_unused]] Arch arch) in Create() 135 … [[maybe_unused]] RegistersDescription *descr, [[maybe_unused]] Arch arch, in Create()
|
| /arkcompiler/runtime_core/compiler/code_info/ |
| D | code_info_tables.h | 53 static constexpr uintptr_t PackAddress(uintptr_t address, Arch arch) in PackAddress() 64 static constexpr uintptr_t UnpackAddress(uintptr_t address, Arch arch) in UnpackAddress()
|
| D | code_info_builder.h | 27 CodeInfoBuilder(Arch arch, ArenaAllocator *allocator) in CodeInfoBuilder()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | reg_alloc_graph_coloring_test.cpp | 78 auto arch = GetGraph()->GetArch(); in TEST_F() local 189 auto arch = GetGraph()->GetArch(); in TEST_F() local
|
| D | unit_test.h | 111 Graph *CreateEmptyGraph(Arch arch) const in CreateEmptyGraph() 131 Graph *CreateEmptyFastpathGraph(Arch arch) const in CreateEmptyFastpathGraph()
|
| D | intrinsic_codegen_test.cpp | 38 …bool TryEncode(DataType::Type type, RuntimeInterface::IntrinsicId intrinsic_id, Arch arch, bool pr… in TryEncode()
|
| D | inst_generator.h | 32 void SetRuntimeTargetArch(Arch arch) in SetRuntimeTargetArch()
|
| D | reg_alloc_common_test.cpp | 115 auto arch = check_graph->GetArch(); in TestParametersLocations() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | lib_call_inst.h | 23 inline bool HasLibCall(Inst *inst, Arch arch) in HasLibCall()
|
| D | registers_description.h | 54 …explicit RegistersDescription(ArenaAllocator *aa, Arch arch) : arena_allocator_(aa), arch_(arch) {} in RegistersDescription()
|
| D | disassembly.cpp | 123 auto arch = codegen->GetArch(); in PrintMethodEntry() local
|
| /arkcompiler/runtime_core/irtoc/lang/tests/ |
| D | regmask_test.rb | 18 def arch method
|
| /arkcompiler/runtime_core/compiler/ |
| D | compile_method.cpp | 40 static Arch ChooseArch(Arch arch) in ChooseArch() 143 auto arch {Arch::NONE}; in JITCompileMethod() local 184 … ArenaAllocator *local_allocator, bool is_dynamic, Arch *arch, const std::string &method_name, in CompileInGraph()
|
| /arkcompiler/runtime_core/irtoc/backend/ |
| D | compilation_unit.cpp | 165 CompilationUnit::Result CompilationUnit::Compile(Arch arch) in Compile() 242 static size_t GetElfArch(Arch arch) in GetElfArch()
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | compiled_method.h | 34 CompiledMethod(Arch arch, Method *method) : arch_(arch), method_(method) {} in CompiledMethod()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.h | 121 static inline bool IsPairedReg(Arch arch, DataType::Type type) in IsPairedReg()
|
| /arkcompiler/toolchain/build/compile_script/ |
| D | ark.py | 73 def get_path(arch, mode): argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | cframe_layout.h | 66 constexpr CFrameLayout(Arch arch, size_t spills_count) in CFrameLayout() 302 constexpr size_t AlignSpillCount(Arch arch, size_t spills_count) in AlignSpillCount()
|
| /arkcompiler/runtime_core/compiler/tools/debug/ |
| D | jit_writer.h | 47 …JitDebugWriter(Arch arch, RuntimeInterface *runtime, CodeAllocator *code_allocator, const std::str… in JitDebugWriter()
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc.cpp | 218 Arch arch; in InitAotBuilder() local 645 auto arch {Arch::NONE}; in CompileJit() local 666 auto arch {Arch::NONE}; in CompileOsr() local
|