Home
last modified time | relevance | path

Searched defs:arch (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h138 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 …]
Ddatatype.h158 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()
Dlocations.cpp28 void Location::Dump(std::ostream &stm, Arch arch) in Dump()
54 std::string Location::ToString(Arch arch) in ToString()
Dspill_fill_data.h81 void Dump(std::ostream &stm, Arch arch) const in Dump()
99 inline auto ToString(const SpillFillData &sf, Arch arch) in ToString()
Dgraph.h125 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/
Dtarget.cpp45 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/
Dcode_info_tables.h53 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()
Dcode_info_builder.h27 CodeInfoBuilder(Arch arch, ArenaAllocator *allocator) in CodeInfoBuilder()
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_graph_coloring_test.cpp78 auto arch = GetGraph()->GetArch(); in TEST_F() local
189 auto arch = GetGraph()->GetArch(); in TEST_F() local
Dunit_test.h111 Graph *CreateEmptyGraph(Arch arch) const in CreateEmptyGraph()
131 Graph *CreateEmptyFastpathGraph(Arch arch) const in CreateEmptyFastpathGraph()
Dintrinsic_codegen_test.cpp38 …bool TryEncode(DataType::Type type, RuntimeInterface::IntrinsicId intrinsic_id, Arch arch, bool pr… in TryEncode()
Dinst_generator.h32 void SetRuntimeTargetArch(Arch arch) in SetRuntimeTargetArch()
Dreg_alloc_common_test.cpp115 auto arch = check_graph->GetArch(); in TestParametersLocations() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dlib_call_inst.h23 inline bool HasLibCall(Inst *inst, Arch arch) in HasLibCall()
Dregisters_description.h54 …explicit RegistersDescription(ArenaAllocator *aa, Arch arch) : arena_allocator_(aa), arch_(arch) {} in RegistersDescription()
Ddisassembly.cpp123 auto arch = codegen->GetArch(); in PrintMethodEntry() local
/arkcompiler/runtime_core/irtoc/lang/tests/
Dregmask_test.rb18 def arch method
/arkcompiler/runtime_core/compiler/
Dcompile_method.cpp40 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/
Dcompilation_unit.cpp165 CompilationUnit::Result CompilationUnit::Compile(Arch arch) in Compile()
242 static size_t GetElfArch(Arch arch) in GetElfArch()
/arkcompiler/runtime_core/compiler/aot/
Dcompiled_method.h34 CompiledMethod(Arch arch, Method *method) : arch_(arch), method_(method) {} in CompiledMethod()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.h121 static inline bool IsPairedReg(Arch arch, DataType::Type type) in IsPairedReg()
/arkcompiler/toolchain/build/compile_script/
Dark.py73 def get_path(arch, mode): argument
/arkcompiler/runtime_core/libpandabase/utils/
Dcframe_layout.h66 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/
Djit_writer.h47 …JitDebugWriter(Arch arch, RuntimeInterface *runtime, CodeAllocator *code_allocator, const std::str… in JitDebugWriter()
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp218 Arch arch; in InitAotBuilder() local
645 auto arch {Arch::NONE}; in CompileJit() local
666 auto arch {Arch::NONE}; in CompileOsr() local

12