/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | datatype.h | 39 UINT64, enumerator 99 case Type::UINT64: in GetCommonType() 133 case UINT64: in IsTypeNumeric() 166 return UINT64; in GetIntTypeForReference() 190 return is_signed ? INT64 : UINT64; 273 case UINT64: in ShiftByType()
|
D | ir-dyn-base-types.h | 33 case panda::compiler::DataType::Type::UINT64: in NumericDataTypeToAnyType()
|
D | dump.cpp | 261 case DataType::Type::UINT64: in DumpInputs()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | reg_type.h | 26 return DataType::Type::UINT64; in ConvertRegType() 39 return DataType::Type::UINT64; in ConvertRegType()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | inst_generator.h | 132 … DataType::UINT32, DataType::INT32, DataType::UINT64, DataType::INT64}; 135 … DataType::INT16, DataType::UINT32, DataType::INT32, DataType::UINT64, 140 …DataType::UINT32, DataType::INT32, DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataTy… 144 DataType::UINT64, DataType::INT64}; 148 … DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataType::FLOAT64, 222 …{DataType::UINT32, DataType::INT32, DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataType… 225 …{DataType::UINT32, DataType::INT32, DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataType… 228 …{DataType::UINT32, DataType::INT32, DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataType… 231 …{DataType::UINT32, DataType::INT32, DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataType… 304 …{DataType::INT32, -1}, {DataType::UINT64, -1}, {DataType::INT64, -1}, {DataType::FLOAT32, -1},
|
D | split_resolver_test.cpp | 153 INST(1, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 0); in TEST_F() 188 INST(1, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 0); in TEST_F() 236 INST(1, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 0); in TEST_F() 269 INST(1, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 0); in TEST_F() 316 INST(1, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 0); in TEST_F() 355 INST(1, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 0); in TEST_F() 530 mul_sf->AddFill(0, 1, DataType::Type::UINT64); in TEST_F() 552 INST(2, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 1); in TEST_F() 592 phi_sf->AddMove(1, 3, DataType::Type::UINT64); in TEST_F() 613 INST(2, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 1); in TEST_F() [all …]
|
D | compiler_optimizations_test.cpp | 93 inst->SetType(DataType::UINT64); in __anon2e732b7b0102() 94 EXPECT_EQ(inst->GetType(), DataType::UINT64); in __anon2e732b7b0102() 100 inst->SetType(DataType::UINT64); in __anon2e732b7b0102() 101 EXPECT_EQ(inst->GetType(), DataType::UINT64); in __anon2e732b7b0102()
|
D | reg_alloc_graph_coloring_test.cpp | 54 INST(3, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(2, 0); in TEST_F() 102 INST(3, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(2, 0); in TEST_F() 113 INST(7, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(1, 0); in TEST_F()
|
D | cleanup_test.cpp | 557 INST(2, Opcode::If).SrcType(DataType::UINT64).CC(CC_GE).Inputs(0, 1); in TEST_F() 563 INST(5, Opcode::If).SrcType(DataType::UINT64).CC(CC_GT).Inputs(4, 1); in TEST_F() 588 INST(2, Opcode::If).SrcType(DataType::UINT64).CC(CC_GE).Inputs(0, 1); in TEST_F() 618 INST(5, Opcode::If).SrcType(DataType::UINT64).CC(CC_LE).Inputs(4, 1); in TEST_F() 622 INST(6, Opcode::If).SrcType(DataType::UINT64).CC(CC_LE).Inputs(4, 2); in TEST_F() 723 INST(2, Opcode::If).SrcType(DataType::UINT64).CC(CC_GT).Inputs(0, 1); in TEST_F() 730 INST(4, Opcode::IfImm).SrcType(DataType::UINT64).CC(CC_NE).Imm(0).Inputs(3); in TEST_F() 1360 INST(17, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(15, 16); in TEST_F() 1405 INST(17, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(15, 16); in TEST_F() 1433 INST(6, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(2, 1); in TEST_F() [all …]
|
D | reg_alloc_common_test.cpp | 38 if constexpr (DataType::UINT64 == reg_type) { in TestParametersLocations() 121 params_on_registers = (type == DataType::UINT64) ? 2U : 3U; in TestParametersLocations() 151 TestParametersLocations<DataType::UINT64>(); in TEST_F()
|
D | vixl_exec_module.h | 59 case (DataType::UINT64): in CutValue() 106 return DataType::UINT64; in GetType() 200 } else if (type == DataType::UINT64) { in WriteParameters()
|
D | compiler_regalloc_test.cpp | 619 EXPECT_EQ(ConvertRegType(graph, DataType::Type::FLOAT32), DataType::Type::UINT64); in __anon5d7559aa0e02() 807 spill_fill_inst->AddSpillFill(src, dst, DataType::UINT64); in __anon5d7559aa1202() 816 spill_fill_inst1->AddSpillFill(src1, dst1, DataType::UINT64); in __anon5d7559aa1202() 826 spill_fill_inst2->AddSpillFill(src1, dst, DataType::UINT64); in __anon5d7559aa1202() 832 spill_fill_inst->AddSpillFill(src2, dst3, DataType::UINT64); in __anon5d7559aa1202() 835 spill_fill_inst->AddSpillFill(src1, dst4, DataType::UINT64); in __anon5d7559aa1202() 941 interv->SetPhysicalReg(1, DataType::UINT64); in __anon5d7559aa1402() 1024 inst->SetType(DataType::UINT64); in __anon5d7559aa1602() 1025 EXPECT_EQ(inst->GetType(), DataType::UINT64); in __anon5d7559aa1602()
|
D | inst_test.cpp | 490 spill_fill_inst->AddFill(slot0, R0, DataType::UINT64); in TEST_F() 491 spill_fill_inst->AddMove(R0, R1, DataType::UINT64); in TEST_F() 492 spill_fill_inst->AddSpill(R1, slot1, DataType::UINT64); in TEST_F()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
D | lowering.cpp | 51 … uint32_t size = (type == DataType::UINT64 || type == DataType::INT64) ? WORD_SIZE : HALF_SIZE; in BetterToSwapCompareInputs() 110 uint32_t size = (type == DataType::UINT64 || type == DataType::INT64) ? WORD_SIZE : HALF_SIZE; in LowerIf()
|
/arkcompiler/ets_frontend/merge_abc/protos/ |
D | annotation.proto | 27 UINT64 = 0; enumerator
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | pandargs.h | 42 enum class PandArgType : uint8_t { STRING, INTEGER, DOUBLE, BOOL, LIST, UINT32, UINT64, COMPOUND, N… enumerator 172 return PandArgType::UINT64; in EvalType() 401 case PandArgType::UINT64: in GetRegularArgs() 480 case PandArgType::UINT64: in InitDefault() 690 case PandArgType::UINT64: in ParseTail() 734 case PandArgType::UINT64: in ParseNextParam()
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | instructions.rb | 29 UINT64 = 'u64' constant
|
D | inst_builder_gen.cpp.erb | 63 'u64' => 'DataType::UINT64', 65 'b64' => 'DataType::UINT64', 77 'u64[]' => 'DataType::UINT64', 79 'b64[]' => 'DataType::UINT64',
|
D | ir-dyn-base-types.h.erb | 42 …type == panda::compiler::DataType::Type::UINT64 || type == panda::compiler::DataType::Type::INT64 … 53 case panda::compiler::DataType::Type::UINT64:
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | runtime_adapter.h | 222 return compiler::DataType::UINT64; in ToCompilerType()
|
D | reg_encoder.cpp | 141 return panda::compiler::DataType::UINT64; in GetRegType()
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | runtime_adapter_test.cpp | 190 EXPECT_EQ(adapter.GetMethodReturnType(func_ret_u64), compiler::DataType::Type::UINT64); in TEST()
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
D | inst_builder.cpp | 155 reg_type = DataType::UINT64; in SetParamSpillFill()
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | pandargs_test.cpp | 115 EXPECT_EQ(pau64.GetType(), PandArgType::UINT64); 135 EXPECT_EQ(paur64.GetType(), PandArgType::UINT64);
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | liveness_analyzer.cpp | 568 interval->SetPhysicalReg(reg, is_fp ? DataType::FLOAT64 : DataType::UINT64); in BlockReg()
|