/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | lowering_test.cpp | 1460 PARAMETER(0U, 0U).s16(); in TEST_F() 1461 PARAMETER(1U, 1U).s16(); in TEST_F() 1466 INST(3U, Opcode::Mul).s16().Inputs(0U, 1U); in TEST_F() 1470 INST(5U, Opcode::Neg).s16().Inputs(1U); in TEST_F() 1474 INST(7U, Opcode::Neg).s16().Inputs(0U); in TEST_F() 1478 INST(9U, Opcode::Mul).s16().Inputs(0U, 1U); in TEST_F() 1482 INST(11U, Opcode::Neg).s16().Inputs(0U); in TEST_F() 1585 PARAMETER(0U, 0U).s16(); in TEST_F() 1586 PARAMETER(1U, 1U).s16(); in TEST_F() 1591 INST(3U, Opcode::Not).s16() in TEST_F() [all...] |
H A D | peepholes_test.cpp | 511 INST(2U, Opcode::And).s16().Inputs(0U, 0U); in TEST_F() 2667 INST(6U, Opcode::Cast).s16().SrcType(DataType::INT32).Inputs(0U); in TEST_F() 3539 INST(11U, Opcode::Phi).s16().Inputs(5U, 8U); in SRC_GRAPH() 3570 INST(11U, Opcode::Phi).s16().Inputs(5U, 8U); in OUT_GRAPH() 4236 PARAMETER(0U, 0U).s16(); in TEST_F() 4240 INST(2U, Opcode::Cast).s16().SrcType(DataType::FLOAT32).Inputs(1U); in TEST_F() 4242 INST(4U, Opcode::Cast).s16().SrcType(DataType::FLOAT64).Inputs(3U); in TEST_F() 4243 INST(5U, Opcode::Return).s16().Inputs(4U); in TEST_F() 4249 PARAMETER(0U, 0U).s16(); in TEST_F() 4253 INST(2U, Opcode::Cast).s16() in TEST_F() [all...] |
H A D | memory_coalescing_test.cpp | 1089 INST(9U, Opcode::LoadArrayI).s16().Inputs(0U).Imm(0x4U); in TEST_F() 1090 INST(10U, Opcode::LoadArrayI).s16().Inputs(0U).Imm(0x5U); in TEST_F() 1091 INST(11U, Opcode::StoreArray).s16().Inputs(0U, 1U, 9U); in TEST_F() 1092 INST(12U, Opcode::StoreArray).s16().Inputs(0U, 6U, 10U); in TEST_F()
|
H A D | inst_test.cpp | 382 PARAMETER(6U, 11U).s16(); in TEST_F()
|
H A D | lse_test.cpp | 1861 INST(12U, Opcode::Cast).s16().SrcType(DataType::INT64).Inputs(11U); in SRC_GRAPH() 1869 INST(16U, Opcode::StoreArray).s16().Inputs(15U, 14U, 12U); in SRC_GRAPH() 1878 INST(20U, Opcode::StoreArray).s16().Inputs(19U, 14U, 12U); in SRC_GRAPH() 1898 INST(12U, Opcode::Cast).s16().SrcType(DataType::INT64).Inputs(11U); in OUT_GRAPH() 1904 INST(16U, Opcode::StoreArray).s16().Inputs(13U, 14U, 12U); in OUT_GRAPH() 1910 INST(20U, Opcode::StoreArray).s16().Inputs(13U, 14U, 12U); in OUT_GRAPH()
|
H A D | ir_builder_test.cpp | 3640 INST(6U, Opcode::LoadArray).s16().Inputs(3U, 5U); in TEST_F() 3641 INST(7U, Opcode::Return).s16().Inputs(6U); in TEST_F() 3883 INST(7U, Opcode::StoreArray).s16().Inputs(4U, 6U, 2U); in TEST_F()
|
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/ |
H A D | deoptimization_arm.S | 140 CFI_REL_OFFSET(s16, -((BOUNDARY_FRAME_SLOT + 22) * 4))
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
H A D | codegen_test.cpp | 936 INST(1U, Opcode::Cast).s16().SrcType(compiler::DataType::INT32).Inputs(0U); in TEST_F() 937 INST(2U, Opcode::Return).s16().Inputs(1U); in TEST_F() 1069 INST(1U, Opcode::Cast).s16().SrcType(compiler::DataType::INT64).Inputs(0U); in TEST_F() 1070 INST(2U, Opcode::Return).s16().Inputs(1U); in TEST_F()
|
H A D | reg_acc_alloc_test.cpp | 253 INST(3U, Opcode::Cast).s16().SrcType(compiler::DataType::INT32).Inputs(2U); in TEST_F() 254 INST(4U, Opcode::Return).s16().Inputs(3U); in TEST_F()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | ir_constructor.h | 509 IrConstructor &s16() // NOLINT(readability-identifier-naming) in s16() function in panda::compiler::final 530 return s16(); in i16()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | inst_test.cpp | 376 PARAMETER(6, 11).s16(); in TEST_F()
|
H A D | ir_builder_test.cpp | 3618 INST(6, Opcode::LoadArray).s16().Inputs(3, 5); in TEST_F() 3619 INST(7, Opcode::Return).s16().Inputs(6); in TEST_F() 3861 INST(7, Opcode::StoreArray).s16().Inputs(4, 6, 2); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | ir_constructor.h | 626 IrConstructor &s16() // NOLINT(readability-identifier-naming) in s16() function in ark::compiler::final 647 return s16(); in i16()
|
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
H A D | codegen_test_1.cpp | 1505 PARAMETER(1U, 1U).s16(); in TEST_F() 1509 INST(8U, Opcode::Add).s16().Inputs(1U, 1U); in TEST_F()
|