Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/
Ddangling_pointers_checker_test.cpp45 auto arch = panda::RUNTIME_ARCH; in TEST_F() local
91 auto arch = panda::RUNTIME_ARCH; in TEST_F() local
141 auto arch = panda::RUNTIME_ARCH; in TEST_F() local
188 auto arch = panda::RUNTIME_ARCH; in TEST_F() local
236 auto arch = panda::RUNTIME_ARCH; in TEST_F() local
285 auto arch = panda::RUNTIME_ARCH; in TEST_F() local
335 auto arch = panda::RUNTIME_ARCH; in TEST_F() local
383 auto arch = panda::RUNTIME_ARCH; in TEST_F() local
430 auto arch = panda::RUNTIME_ARCH; in TEST_F() local
495 auto arch = panda::RUNTIME_ARCH; in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h159 uint32_t GetBinaryFileBaseOffset(Arch arch) const in GetBinaryFileBaseOffset()
508 uint32_t GetAccessFlagsOffset(Arch arch) const in GetAccessFlagsOffset()
512 uint32_t GetVTableIndexOffset(Arch arch) const in GetVTableIndexOffset()
516 uint32_t GetClassOffset(Arch arch) const in GetClassOffset()
520 uint32_t GetBaseClassFlagsOffset(Arch arch) const in GetBaseClassFlagsOffset()
524 uint32_t GetCompiledEntryPointOffset(Arch arch) const in GetCompiledEntryPointOffset()
528 uint32_t GetPandaFileOffset(Arch arch) const in GetPandaFileOffset()
539 size_t GetTlsFrameKindOffset(Arch arch) const in GetTlsFrameKindOffset()
543 uint32_t GetFlagAddrOffset(Arch arch) const in GetFlagAddrOffset()
547 size_t GetTlsFrameOffset(Arch arch) const in GetTlsFrameOffset()
[all …]
Ddatatype.h168 inline Type GetIntTypeForReference([[maybe_unused]] Arch arch) in GetIntTypeForReference()
206 inline bool Is32Bits(Type type, Arch arch) in Is32Bits()
227 inline bool Is64Bits(Type type, Arch arch) in Is64Bits()
263 inline uint8_t ShiftByType(Type type, Arch arch) in ShiftByType()
293 inline uint8_t GetTypeSize(Type type, Arch arch) in GetTypeSize()
Dlocations.cpp28 void Location::Dump(std::ostream &stm, Arch arch) in Dump()
55 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()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.h27 size_t GetTlsPromiseClassPointerOffset(Arch arch) const override in GetTlsPromiseClassPointerOffset()
31 size_t GetTlsUndefinedObjectOffset(Arch arch) const override in GetTlsUndefinedObjectOffset()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dtarget.cpp45 bool BackendSupport(Arch arch) in BackendSupport()
69 …coder *Encoder::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, [[maybe_unused]] Arch arch, in Create()
110 [[maybe_unused]] Arch arch) in Create()
136 … [[maybe_unused]] RegistersDescription *descr, [[maybe_unused]] Arch arch, in Create()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_compiler.cpp34 LLVMCompiler::LLVMCompiler(Arch arch) : arch_(arch) in LLVMCompiler()
118 llvm::Triple LLVMCompiler::GetTripleForArch(Arch arch) in GetTripleForArch()
147 std::string LLVMCompiler::GetCPUForArch(Arch arch) in GetCPUForArch()
163 void LLVMCompiler::InitializeLLVMTarget(Arch arch) in InitializeLLVMTarget()
Dllvm_irtoc_compiler.cpp44 … panda::ArenaAllocator *allocator, panda::Arch arch) in CreateLLVMIrtocCompiler()
50 panda::Arch arch, std::string filename) in LLVMIrtocCompiler()
79 std::vector<std::string> LLVMIrtocCompiler::GetFeaturesForArch(Arch arch) in GetFeaturesForArch()
181 void LLVMIrtocCompiler::InitializeSpecificLLVMOptions(Arch arch) in InitializeSpecificLLVMOptions()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dlocations.cpp28 void Location::Dump(std::ostream &stm, [[maybe_unused]] Arch arch) in Dump()
33 std::string Location::ToString(Arch arch) in ToString()
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()
Dspill_fill_data.h81 void Dump(std::ostream &stm, Arch arch) const in Dump()
101 inline auto ToString(const SpillFillData &sf, Arch arch) in ToString()
/arkcompiler/runtime_core/static_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()
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Ddangling_pointers_checker.cpp72 auto arch = GetGraph()->GetArch(); in InitLiveIns() local
157 auto arch = GetGraph()->GetArch(); in GetAccAndFrameDefs() local
197 auto arch = GetGraph()->GetArch(); in IsAccTagDef() local
216 auto arch = GetGraph()->GetArch(); in IsAccTagPtr() local
231 auto arch = GetGraph()->GetArch(); in IsAccPtr() local
427 auto arch = GetGraph()->GetArch(); in IsSaveAcc() local
473 auto arch = GetGraph()->GetArch(); in CheckStoreAccTag() local
/arkcompiler/runtime_core/static_core/compiler/
Dintrinsics_can_encode.inl16 inline bool CheckSSE42([[maybe_unused]] RuntimeInterface *runtime, Arch arch)
Dcompile_method.cpp84 Arch ChooseArch(Arch arch) in ChooseArch()
191 … ArenaAllocator *gdbDebugInfoAllocator, JITStats *jitStats, bool isDynamic, Arch arch, in CheckCompilation()
263 auto arch = ChooseArch(Arch::NONE); in JITCompileMethod() local
279 void CompileInGraph(RuntimeInterface *runtime, bool isDynamic, Arch arch, CompilerTaskRunner<RUNNER… in CompileInGraph()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_graph_coloring_test.cpp79 auto arch = GetGraph()->GetArch(); in TEST_F() local
190 auto arch = GetGraph()->GetArch(); in TEST_F() local
Dunit_test.h160 Graph *CreateEmptyGraph(Arch arch) const in CreateEmptyGraph()
180 Graph *CreateEmptyFastpathGraph(Arch arch) const in CreateEmptyFastpathGraph()
267 void SetGraphArch(Arch arch) in SetGraphArch()
/arkcompiler/runtime_core/static_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) : arenaAllocator_(aa), arch_(arch) {} in RegistersDescription()
/arkcompiler/runtime_core/static_core/irtoc/lang/tests/
Dregmask_test.rb18 def arch method
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_graph_coloring_test.cpp77 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()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/include/
Dtriple.h67 ArchType arch; variable
/arkcompiler/runtime_core/static_core/compiler/aot/
Dcompiled_method.h34 …CompiledMethod(Arch arch, Method *method, size_t index) : arch_(arch), method_(method), index_(ind… in CompiledMethod()

123