Home
last modified time | relevance | path

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

1234

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/
Ddangling_pointers_checker_test.cpp45 auto arch = ark::RUNTIME_ARCH; in TEST_F() local
91 auto arch = ark::RUNTIME_ARCH; in TEST_F() local
141 auto arch = ark::RUNTIME_ARCH; in TEST_F() local
188 auto arch = ark::RUNTIME_ARCH; in TEST_F() local
236 auto arch = ark::RUNTIME_ARCH; in TEST_F() local
285 auto arch = ark::RUNTIME_ARCH; in TEST_F() local
335 auto arch = ark::RUNTIME_ARCH; in TEST_F() local
383 auto arch = ark::RUNTIME_ARCH; in TEST_F() local
430 auto arch = ark::RUNTIME_ARCH; in TEST_F() local
495 auto arch = ark::RUNTIME_ARCH; in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.h27 size_t GetTlsPromiseClassPointerOffset(Arch arch) const override in GetTlsPromiseClassPointerOffset()
32 size_t GetTlsUniqueObjectOffset(Arch arch) const override in GetTlsUniqueObjectOffset()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddatatype.h172 inline Type GetIntTypeForReference([[maybe_unused]] Arch arch) in GetIntTypeForReference()
212 inline bool Is32Bits(Type type, Arch arch) in Is32Bits()
233 inline bool Is64Bits(Type type, Arch arch) in Is64Bits()
271 inline uint8_t ShiftByType(Type type, Arch arch) in ShiftByType()
301 inline uint8_t GetTypeSize(Type type, Arch arch) in GetTypeSize()
307 inline uint8_t GetTypeByteSize(Type type, Arch arch) in GetTypeByteSize()
313 inline bool NeedCastIntTypes(Arch arch, DataType::Type typeBefore, DataType::Type typeAfter) in NeedCastIntTypes()
325 inline bool NeedCastForTypes(Arch arch, DataType::Type typeBefore, DataType::Type typeAfter) in NeedCastForTypes()
Druntime_interface.h160 uint32_t GetBinaryFileBaseOffset(Arch arch) const in GetBinaryFileBaseOffset()
380 virtual uint32_t GetRuntimeClassOffset([[maybe_unused]] Arch arch) const in GetRuntimeClassOffset()
674 uint32_t GetAccessFlagsOffset(Arch arch) const in GetAccessFlagsOffset()
678 uint32_t GetVTableIndexOffset(Arch arch) const in GetVTableIndexOffset()
682 uint32_t GetClassOffset(Arch arch) const in GetClassOffset()
686 uint32_t GetBaseClassFlagsOffset(Arch arch) const in GetBaseClassFlagsOffset()
690 uint32_t GetCompiledEntryPointOffset(Arch arch) const in GetCompiledEntryPointOffset()
694 uint32_t GetNativePointerOffset(Arch arch) const in GetNativePointerOffset()
698 uint32_t GetPandaFileOffset(Arch arch) const in GetPandaFileOffset()
709 size_t GetTlsFrameKindOffset(Arch arch) const in GetTlsFrameKindOffset()
[all …]
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/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()
113 [[maybe_unused]] Arch arch) in Create()
139 … [[maybe_unused]] RegistersDescription *descr, [[maybe_unused]] Arch arch, in Create()
/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/libllvmbackend/
Dllvm_compiler.cpp37 LLVMCompiler::LLVMCompiler(Arch arch) : arch_(arch) in LLVMCompiler()
187 llvm::Triple LLVMCompiler::GetTripleForArch(Arch arch) in GetTripleForArch()
216 std::string LLVMCompiler::GetCPUForArch(Arch arch) in GetCPUForArch()
237 void LLVMCompiler::InitializeLLVMTarget(Arch arch) in InitializeLLVMTarget()
Dllvm_irtoc_compiler.cpp45 … ark::ArenaAllocator *allocator, ark::Arch arch) in CreateLLVMIrtocCompiler()
51 ark::Arch arch, std::string filename) in LLVMIrtocCompiler()
82 std::vector<std::string> LLVMIrtocCompiler::GetFeaturesForArch(Arch arch) in GetFeaturesForArch()
159 void LLVMIrtocCompiler::InitializeSpecificLLVMOptions(Arch arch) in InitializeSpecificLLVMOptions()
Dllvm_ark_interface.cpp55 constexpr ark::Arch LLVMArchToArkArch(llvm::Triple::ArchType arch) in LLVMArchToArkArch()
205 static bool MustLowerMemSet(const llvm::IntrinsicInst *inst, llvm::Triple::ArchType arch) in MustLowerMemSet()
229 static bool MustLowerMemCpy(const llvm::IntrinsicInst *inst, llvm::Triple::ArchType arch) in MustLowerMemCpy()
254 static bool MustLowerMemMove(const llvm::IntrinsicInst *inst, llvm::Triple::ArchType arch) in MustLowerMemMove()
315 [[maybe_unused]] static bool X86NoSSE(llvm::Triple::ArchType arch) in X86NoSSE()
399 auto arch = triple_.getArch(); in GetIntrinsicIdMemory() local
441 auto arch = triple_.getArch(); in GetIntrinsicIdMath() local
630 auto arch = LLVMArchToArkArch(triple_.getArch()); in GetObjectClassOffset() local
721 auto arch = LLVMArchToArkArch(triple_.getArch()); in GetVTableOffset() local
/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/compiler/
Dintrinsics_can_encode.inl16 inline bool CheckSSE42([[maybe_unused]] RuntimeInterface *runtime, Arch arch)
Dcompile_method.cpp93 Arch ChooseArch(Arch arch) in ChooseArch()
216 Arch arch; member
301 auto arch = ChooseArch(Arch::NONE); in JITCompileMethod() local
318 void CompileInGraph(RuntimeInterface *runtime, bool isDynamic, Arch arch, CompilerTaskRunner<RUNNER… in CompileInGraph()
/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
428 auto arch = GetGraph()->GetArch(); in IsSaveAcc() local
474 auto arch = GetGraph()->GetArch(); in CheckStoreAccTag() local
/arkcompiler/runtime_core/static_core/irtoc/lang/tests/
Dregmask_test.rb18 def arch method
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_graph_coloring_test.cpp79 auto arch = GetGraph()->GetArch(); in TEST_F() local
200 auto arch = GetGraph()->GetArch(); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_graph_coloring_test.cpp77 auto arch = GetGraph()->GetArch(); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dregisters_description.h54 … explicit RegistersDescription(ArenaAllocator *aa, Arch arch) : arenaAllocator_(aa), arch_(arch) {} in RegistersDescription()
Dtype_info.h79 inline bool BackendSupport([[maybe_unused]] Arch arch) in BackendSupport()
185 static TypeInfo FromDataType(DataType::Type type, Arch arch) in FromDataType()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_lowering.cpp39 constexpr size_t ToDwarfReg(ark::Arch arch, bool fp, size_t arkReg) in ToDwarfReg()
156 auto arch = arkInterface_->IsArm64() ? ark::Arch::AARCH64 : ark::Arch::X86_64; in GetUsedRegs() local
242 auto arch = arkInterface_->IsArm64() ? ark::Arch::AARCH64 : ark::Arch::X86_64; in HasOperandUsingStack() local
/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()

1234