Home
last modified time | relevance | path

Searched refs:StoreArrayPair (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dmemory_coalescing2.sts25 //! INST_NOT "StoreArrayPair"
29 //! INST "StoreArrayPair"
36 //! INST_NOT "StoreArrayPair"
40 //! INST "StoreArrayPair"
47 //! INST_NOT "StoreArrayPair"
51 //! INST "StoreArrayPair"
58 //! INST_NOT "StoreArrayPair"
62 //! INST "StoreArrayPair"
69 //! INST_NOT "StoreArrayPair"
73 //! INST "StoreArrayPair"
[all …]
Dmemory_coalescing.sts28 //! INST_NOT "StoreArrayPair"
32 //! INST "StoreArrayPair"
37 //! INST_NOT "StoreArrayPair"
41 //! INST_NOT "StoreArrayPair"
46 //! INST_NOT "StoreArrayPair"
50 //! INST_NOT "StoreArrayPair"
55 //! INST_NOT "StoreArrayPair"
59 //! INST_NOT "StoreArrayPair"
Dmemory_coalescing1.sts28 //! INST_NOT "StoreArrayPair"
32 //! INST "StoreArrayPair"
39 //! INST_NOT "StoreArrayPair"
43 //! INST_NOT "StoreArrayPair"
50 //! INST_NOT "StoreArrayPair"
54 //! INST_NOT "StoreArrayPair"
61 //! INST_NOT "StoreArrayPair"
65 //! INST_NOT "StoreArrayPair"
Dmemory_coalescing4.sts23 //! INST_NOT "StoreArrayPair"
26 //! INST "StoreArrayPair"
Dmemory_coalescing3.sts25 //! INST_NOT "StoreArrayPair"
29 //! INST_NOT "StoreArrayPair"
/arkcompiler/runtime_core/static_core/compiler/tests/
Dgraph_comparator.h153 CHECK_OR_RETURN(StoreArrayPair, GetImm) in InstPropertiesCompare()
173 CHECK_OR_RETURN(StoreArrayPair, GetNeedBarrier) in InstAdditionalPropertiesCompare()
Dinst_generator.cpp34 case Opcode::StoreArrayPair: in GenerateGraph()
239 if (opc == Opcode::StoreArrayPair) { in PopulateStoreArrayPair()
246 if (opc == Opcode::StoreArrayPair) { in PopulateStoreArrayPair()
477 } else if (opc == Opcode::StoreArrayPairI || opc == Opcode::StoreArrayPair) { in PopulateGraph()
551 if (inst->GetOpcode() == Opcode::StoreArrayPair) { in Finalize()
1255 case Opcode::StoreArrayPair: in Generate()
Dmemory_coalescing_test.cpp206 INST(36U, Opcode::StoreArrayPair).s32().Inputs(0U, 6U, 7U, 8U); in OUT_GRAPH()
384 INST(12U, Opcode::StoreArrayPair).s32().Inputs(0U, 1U, 2U, 3U).Imm(0x4U); in OUT_GRAPH()
387 INST(13U, Opcode::StoreArrayPair).s32().Inputs(0U, 1U, 3U, 2U).Imm(0x4U); in OUT_GRAPH()
579 INST(35U, Opcode::StoreArrayPair).s32().Inputs(6U, 7U, 7U, 7U); in OUT_GRAPH()
639 INST(15U, Opcode::StoreArrayPair).s32().Inputs(0U, 1U, 14U, 13U); in TEST_F()
929 INST(47U, Opcode::StoreArrayPair).s32().Inputs(2U, 11U, 46U, 45U); in OUT_GRAPH()
Dinst_generator.h272 {Opcode::StoreArrayPair,
Dinst_generator_test.cpp53 … if (graphCreator_.GetRuntimeTargetArch() == Arch::AARCH32 && op.first == Opcode::StoreArrayPair) { in Generate()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp314 case Opcode::StoreArrayPair: in IsPairInst()
850 ASSERT(opcode == Opcode::LoadArrayPair || opcode == Opcode::StoreArrayPair); in RemoveAddI()
856 } else if (opcode == Opcode::StoreArrayPair) { in RemoveAddI()
Dreserve_string_builder_buffer.cpp585 … userInst->GetOpcode() == Opcode::StoreArray || userInst->GetOpcode() == Opcode::StoreArrayPair) { in GetBufferSizeMin()
Dlse.cpp42 case Opcode::StoreArrayPair: in GetEquivClass()
/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h143 CHECK(StoreArrayPair, GetNeedBarrier) in Compare()
Dinst_generator.h227 {Opcode::StoreArrayPair,
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h542 case Opcode::StoreArrayPair: in Imm()
918 case Opcode::StoreArrayPair: in SetNeedBarrier()
1314 if (inst->GetOpcode() == Opcode::StoreArrayPair) { in UpdateSpecialFlagsForReference()
Danalysis.cpp195 case Opcode::StoreArrayPair: in InstStoredValue()
418 case Opcode::StoreArrayPair: { in IsSuitableForImplicitNullCheck()
Dgraph_checker.cpp2067 …CheckThrows(inst, {Opcode::StoreArray, Opcode::StoreArrayPair, Opcode::StoreArrayI, Opcode::StoreA… in CheckUserOfInt32()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.h203 case Opcode::StoreArrayPair: in IsEscapingAlias()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h729 case Opcode::StoreArrayPair: in SetNeedBarrier()
990 if (inst->GetOpcode() == Opcode::StoreArrayPair) { in UpdateSpecialFlags()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dmemory_coalescing_doc.md223 36.i32 StoreArrayPair v0, v6p, v7p, v8p
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2000 ASSERT(inst->GetOpcode() == Opcode::StoreArrayPair); in CreatePostWRBForDynamic()
2512 if (op == Opcode::StoreArrayPair) { in GetNeedBarrierProperty()
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp675 TEST_F(CodegenTest, StoreArrayPair) in TEST_F() argument