| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | memory_coalescing2.sts | 25 //! 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 …]
|
| D | memory_coalescing.sts | 28 //! 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"
|
| D | memory_coalescing1.sts | 28 //! 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"
|
| D | memory_coalescing4.sts | 23 //! INST_NOT "StoreArrayPair" 26 //! INST "StoreArrayPair"
|
| D | memory_coalescing3.sts | 25 //! INST_NOT "StoreArrayPair" 29 //! INST_NOT "StoreArrayPair"
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | graph_comparator.h | 153 CHECK_OR_RETURN(StoreArrayPair, GetImm) in InstPropertiesCompare() 173 CHECK_OR_RETURN(StoreArrayPair, GetNeedBarrier) in InstAdditionalPropertiesCompare()
|
| D | inst_generator.cpp | 34 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()
|
| D | memory_coalescing_test.cpp | 206 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()
|
| D | inst_generator.h | 272 {Opcode::StoreArrayPair,
|
| D | inst_generator_test.cpp | 53 … if (graphCreator_.GetRuntimeTargetArch() == Arch::AARCH32 && op.first == Opcode::StoreArrayPair) { in Generate()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.cpp | 314 case Opcode::StoreArrayPair: in IsPairInst() 850 ASSERT(opcode == Opcode::LoadArrayPair || opcode == Opcode::StoreArrayPair); in RemoveAddI() 856 } else if (opcode == Opcode::StoreArrayPair) { in RemoveAddI()
|
| D | reserve_string_builder_buffer.cpp | 585 … userInst->GetOpcode() == Opcode::StoreArray || userInst->GetOpcode() == Opcode::StoreArrayPair) { in GetBufferSizeMin()
|
| D | lse.cpp | 42 case Opcode::StoreArrayPair: in GetEquivClass()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | graph_comparator.h | 143 CHECK(StoreArrayPair, GetNeedBarrier) in Compare()
|
| D | inst_generator.h | 227 {Opcode::StoreArrayPair,
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 542 case Opcode::StoreArrayPair: in Imm() 918 case Opcode::StoreArrayPair: in SetNeedBarrier() 1314 if (inst->GetOpcode() == Opcode::StoreArrayPair) { in UpdateSpecialFlagsForReference()
|
| D | analysis.cpp | 195 case Opcode::StoreArrayPair: in InstStoredValue() 418 case Opcode::StoreArrayPair: { in IsSuitableForImplicitNullCheck()
|
| D | graph_checker.cpp | 2067 …CheckThrows(inst, {Opcode::StoreArray, Opcode::StoreArrayPair, Opcode::StoreArrayI, Opcode::StoreA… in CheckUserOfInt32()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_analysis.h | 203 case Opcode::StoreArrayPair: in IsEscapingAlias()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 729 case Opcode::StoreArrayPair: in SetNeedBarrier() 990 if (inst->GetOpcode() == Opcode::StoreArrayPair) { in UpdateSpecialFlags()
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | memory_coalescing_doc.md | 223 36.i32 StoreArrayPair v0, v6p, v7p, v8p
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 2000 ASSERT(inst->GetOpcode() == Opcode::StoreArrayPair); in CreatePostWRBForDynamic() 2512 if (op == Opcode::StoreArrayPair) { in GetNeedBarrierProperty()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
| D | codegen_test_1.cpp | 675 TEST_F(CodegenTest, StoreArrayPair) in TEST_F() argument
|