| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/ |
| D | dangling_pointers_checker_test.cpp | 45 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/ |
| D | runtime_interface.h | 159 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 …]
|
| D | datatype.h | 168 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()
|
| 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/plugins/ets/runtime/ |
| D | ets_runtime_interface.h | 27 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/ |
| D | target.cpp | 45 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/ |
| D | llvm_compiler.cpp | 34 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()
|
| D | llvm_irtoc_compiler.cpp | 44 … 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/ |
| 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/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/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 427 auto arch = GetGraph()->GetArch(); in IsSaveAcc() local 473 auto arch = GetGraph()->GetArch(); in CheckStoreAccTag() local
|
| /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 | 84 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/ |
| D | reg_alloc_graph_coloring_test.cpp | 79 auto arch = GetGraph()->GetArch(); in TEST_F() local 190 auto arch = GetGraph()->GetArch(); in TEST_F() local
|
| D | unit_test.h | 160 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/ |
| 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) : arenaAllocator_(aa), arch_(arch) {} in RegistersDescription()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/tests/ |
| D | regmask_test.rb | 18 def arch method
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | reg_alloc_graph_coloring_test.cpp | 77 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()
|
| /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()
|