Home
last modified time | relevance | path

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

/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()
99 inline auto ToString(const SpillFillData &sf, Arch arch) in ToString()
Dgraph.h114 explicit Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch) in Graph()
119 Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, bool osr_mode) in Graph()
124 …Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, bool dynamic_method, … in Graph()
130 …Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, RuntimeInterface::Met… in Graph()
145 …Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, RuntimeInterface::Met… in Graph()
Ddump.cpp57 void PrintIfValidLocation(Location location, Arch arch, std::ostream *out, bool with_brackets = fal… in PrintIfValidLocation()
94 auto arch = inst->GetBasicBlock()->GetGraph()->GetArch(); in DumpUsers() local
188 auto arch = GetBasicBlock()->GetGraph()->GetArch(); in DumpInputs() local
Dgraph_checker.cpp220 auto arch = graph->GetArch(); in CheckDataFlow() local
Dinst.h352 static inline uint8_t GetPadding(Arch arch, uint32_t inputs_count) in GetPadding()
/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()
Dinst_generator.h32 void SetRuntimeTargetArch(Arch arch) in SetRuntimeTargetArch()
Dreg_alloc_common_test.cpp101 auto arch = check_graph->GetArch(); in TestParametersLocations() local
Dasm_printer_test.cpp316 #define ONE_TEST_BODY(test_class, test_method, test_name, arch) \ argument
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.h120 static inline bool IsPairedReg(Arch arch, DataType::Type type) in IsPairedReg()
Dreg_alloc_graph_coloring.cpp378 auto arch = GetGraph()->GetArch(); in InitMap() local
/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/optimizer/analysis/
Dliveness_analyzer.cpp543 auto arch = GetGraph()->GetArch(); in BlockPhysicalRegisters() local