Searched refs:StoreArrayPair (Results 1 – 18 of 18) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | memory_coalescing.ets | 27 //! INST_NOT "StoreArrayPair" 31 //! INST "StoreArrayPair" 36 //! INST_NOT "StoreArrayPair" 40 //! INST_NOT "StoreArrayPair" 45 //! INST_NOT "StoreArrayPair" 49 //! INST_NOT "StoreArrayPair" 54 //! INST_NOT "StoreArrayPair" 58 //! INST_NOT "StoreArrayPair"
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | graph_comparator.h | 153 CHECK(StoreArrayPair, GetImm) in InstPropertiesCompare() 173 CHECK(StoreArrayPair, GetNeedBarrier) in InstAdditionalPropertiesCompare()
|
| D | inst_generator.cpp | 34 case Opcode::StoreArrayPair: in GenerateGraph() 230 } else if (opc == Opcode::StoreArrayPairI || opc == Opcode::StoreArrayPair) { in GenerateOperation() 234 if (opc == Opcode::StoreArrayPair) { in GenerateOperation() 241 if (opc == Opcode::StoreArrayPair) { in GenerateOperation() 445 if (inst->GetOpcode() == Opcode::StoreArrayPair) { in GenerateOperation() 1135 case Opcode::StoreArrayPair: in Generate()
|
| D | memory_coalescing_test.cpp | 197 INST(36U, Opcode::StoreArrayPair).s32().Inputs(0U, 6U, 7U, 8U); in TEST_F() 365 INST(12U, Opcode::StoreArrayPair).s32().Inputs(0U, 1U, 2U, 3U).Imm(0x4U); in TEST_F() 368 INST(13U, Opcode::StoreArrayPair).s32().Inputs(0U, 1U, 3U, 2U).Imm(0x4U); in TEST_F() 550 INST(35U, Opcode::StoreArrayPair).s32().Inputs(6U, 7U, 7U, 7U); in TEST_F() 599 INST(15U, Opcode::StoreArrayPair).s32().Inputs(0U, 1U, 14U, 13U); in TEST_F() 870 INST(47U, Opcode::StoreArrayPair).s32().Inputs(2U, 11U, 46U, 45U); in TEST_F()
|
| D | inst_generator.h | 237 {Opcode::StoreArrayPair,
|
| D | inst_generator_test.cpp | 50 … if (graphCreator_.GetRuntimeTargetArch() == Arch::AARCH32 && op.first == Opcode::StoreArrayPair) { in Generate()
|
| D | codegen_test.cpp | 775 TEST_F(CodegenTest, StoreArrayPair) in TEST_F() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.cpp | 303 case Opcode::StoreArrayPair: in IsPairInst() 715 ASSERT(opcode == Opcode::LoadArrayPair || opcode == Opcode::StoreArrayPair); in RemoveAddI() 721 } else if (opcode == Opcode::StoreArrayPair) { in RemoveAddI()
|
| D | lse.cpp | 42 case Opcode::StoreArrayPair: in GetEquivClass()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | graph_comparator.h | 165 CHECK(StoreArrayPair, GetNeedBarrier) in Compare()
|
| D | inst_generator.h | 227 {Opcode::StoreArrayPair,
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | analysis.cpp | 148 case Opcode::StoreArrayPair: in InstStoredValue() 203 case Opcode::StoreArrayPair: { in IsSuitableForImplicitNullCheck()
|
| D | ir_constructor.h | 542 case Opcode::StoreArrayPair: in Imm() 918 case Opcode::StoreArrayPair: in SetNeedBarrier() 1310 if (inst->GetOpcode() == Opcode::StoreArrayPair) { in UpdateSpecialFlagsForReference()
|
| D | graph_checker.cpp | 1900 …CheckThrows(inst, {Opcode::StoreArray, Opcode::StoreArrayPair, Opcode::StoreArrayI, Opcode::StoreA… in CheckInstUsers()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_analysis.h | 199 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 | 1900 ASSERT(inst->GetOpcode() == Opcode::StoreArrayPair); in CreatePostWRBForDynamic() 5549 if (op == Opcode::StoreArrayPair) { in GetNeedBarrierProperty()
|