/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() 99 inline auto ToString(const SpillFillData &sf, Arch arch) in ToString()
|
D | graph.h | 114 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()
|
D | dump.cpp | 57 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
|
D | graph_checker.cpp | 220 auto arch = graph->GetArch(); in CheckDataFlow() local
|
D | inst.h | 352 static inline uint8_t GetPadding(Arch arch, uint32_t inputs_count) in GetPadding()
|
/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()
|
D | inst_generator.h | 32 void SetRuntimeTargetArch(Arch arch) in SetRuntimeTargetArch()
|
D | reg_alloc_common_test.cpp | 101 auto arch = check_graph->GetArch(); in TestParametersLocations() local
|
D | asm_printer_test.cpp | 316 #define ONE_TEST_BODY(test_class, test_method, test_name, arch) \ argument
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | spill_fills_resolver.h | 120 static inline bool IsPairedReg(Arch arch, DataType::Type type) in IsPairedReg()
|
D | reg_alloc_graph_coloring.cpp | 378 auto arch = GetGraph()->GetArch(); in InitMap() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | cframe_layout.h | 66 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/ |
D | liveness_analyzer.cpp | 543 auto arch = GetGraph()->GetArch(); in BlockPhysicalRegisters() local
|