| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/ |
| D | dangling_pointers_checker_test.cpp | 45 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/ |
| D | ets_runtime_interface.h | 27 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/ |
| D | datatype.h | 172 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()
|
| D | runtime_interface.h | 160 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 …]
|
| D | locations.cpp | 28 void Location::Dump(std::ostream &stm, Arch arch) in Dump() 55 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()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | target.cpp | 45 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/ |
| D | locations.cpp | 28 void Location::Dump(std::ostream &stm, [[maybe_unused]] Arch arch) in Dump() 33 std::string Location::ToString(Arch arch) in ToString()
|
| 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 | spill_fill_data.h | 81 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/ |
| D | llvm_compiler.cpp | 37 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()
|
| D | llvm_irtoc_compiler.cpp | 45 … 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()
|
| D | llvm_ark_interface.cpp | 55 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/ |
| 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()
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | intrinsics_can_encode.inl | 16 inline bool CheckSSE42([[maybe_unused]] RuntimeInterface *runtime, Arch arch)
|
| D | compile_method.cpp | 93 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/ |
| D | dangling_pointers_checker.cpp | 72 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/ |
| D | regmask_test.rb | 18 def arch method
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | reg_alloc_graph_coloring_test.cpp | 79 auto arch = GetGraph()->GetArch(); in TEST_F() local 200 auto arch = GetGraph()->GetArch(); in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | reg_alloc_graph_coloring_test.cpp | 77 auto arch = GetGraph()->GetArch(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | registers_description.h | 54 … explicit RegistersDescription(ArenaAllocator *aa, Arch arch) : arenaAllocator_(aa), arch_(arch) {} in RegistersDescription()
|
| D | type_info.h | 79 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/ |
| D | frame_lowering.cpp | 39 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/ |
| D | triple.h | 67 ArchType arch; variable
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| D | compiled_method.h | 34 …CompiledMethod(Arch arch, Method *method, size_t index) : arch_(arch), method_(method), index_(ind… in CompiledMethod()
|