Home
last modified time | relevance | path

Searched refs:LoadString (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/compiler/
Dinterop_peepholes_test.cpp39 INST(2U, Opcode::LoadString).Inputs(1U).ref(); in TEST_F()
61 INST(2U, Opcode::LoadString).Inputs(1U).ref(); in TEST_F()
81 INST(2U, Opcode::LoadString).Inputs(1U).ref(); in TEST_F()
123 INST(8U, Opcode::LoadString).ref().Inputs(6U); in SetPropertyStringBuildInitialGraph()
155 INST(8U, Opcode::LoadString).ref().Inputs(6U); in SetPropertyStringBuildExpectedGraph()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dconst_array_resolver_test.cpp227 INST(7, Opcode::LoadString).ref().Inputs(6); in TEST_F()
231 INST(10, Opcode::LoadString).ref().Inputs(9); in TEST_F()
235 INST(13, Opcode::LoadString).ref().Inputs(12); in TEST_F()
265 INST(8, Opcode::LoadString).ref().Inputs(7); in TEST_F()
267 INST(10, Opcode::LoadString).ref().Inputs(9); in TEST_F()
269 INST(12, Opcode::LoadString).ref().Inputs(11); in TEST_F()
/arkcompiler/runtime_core/bytecode_optimizer/
Dmodule_constant_analyzer.cpp73 case Opcode::LoadString: in GetInstConstValue()
81 inst->GetDataFlowInput(0)->GetOpcode() == compiler::Opcode::LoadString) { in GetInstConstValue()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dconst_array_resolver_test.cpp270 INST(7U, Opcode::LoadString).ref().Inputs(6U); in TEST_F()
274 INST(10U, Opcode::LoadString).ref().Inputs(9U); in TEST_F()
278 INST(13U, Opcode::LoadString).ref().Inputs(12U); in TEST_F()
308 INST(8U, Opcode::LoadString).ref().Inputs(7U); in TEST_F()
310 INST(10U, Opcode::LoadString).ref().Inputs(9U); in TEST_F()
312 INST(12U, Opcode::LoadString).ref().Inputs(11U); in TEST_F()
Dreg_acc_alloc_test.cpp895 INST(4U, Opcode::LoadString).ref().Inputs(3U).TypeId(42U); in TEST_F()
899 INST(6U, Opcode::LoadString).ref().Inputs(3U).TypeId(43U); in TEST_F()
901 INST(8U, Opcode::LoadString).ref().Inputs(3U).TypeId(44U); in TEST_F()
903 INST(10U, Opcode::LoadString).ref().Inputs(3U).TypeId(45U); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dets_const_array.sts21 //! INST_COUNT "LoadString", 3
27 //! INST_NOT "LoadString"
/arkcompiler/runtime_core/tests/checked/
Dref_check_elim_test.pa23 #! INST "LoadString"
26 #! INST "LoadString"
/arkcompiler/runtime_core/static_core/tests/checked/
Dref_check_elim_test.pa23 #! INST "LoadString"
26 #! INST "LoadString"
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dbuiltins.h32 llvm::Function *LoadString(llvm::Module *module);
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dloop_peeling.cpp59 … llvmbackend::builtins::LoadString(module), llvmbackend::builtins::ResolveVirtual(module)}; in ContainsGvnBuiltin()
Dark_gvn.cpp41 using builtins::LoadString;
57 LoadString(function.getParent()), ResolveVirtual(function.getParent())}; in run()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h33 static_assert(opcode == Opcode::LoadString); in BuildLoadFromPool()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dconst_array_resolver.cpp50 case Opcode::LoadString: in IsPatchAllowedOpcode()
335 …if ((rawElemInst->GetOpcode() == Opcode::LoadString) && (componentTypeDescriptor == stringDescript… in FillLiteral()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dmethod_properties_test.cpp140 INST(1U, Opcode::LoadString).ref().Inputs(0U).TypeId(42U); in TEST_F()
Dgraph_comparator.h190 CHECK_OR_RETURN(LoadString, GetNeedBarrier) in InstAdditionalPropertiesCompare()
Dinst_generator.h257 {Opcode::LoadString, {DataType::REFERENCE}},
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md11 During AOT compilation `LoadString` instruction could be either encoded as regular `ResolveString` …
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_resolve_string.md11 During AOT compilation `LoadString` instruction could be either encoded as regular `ResolveString` …
Dsimplify_sb_doc.md392 4.ref LoadString 63726 v5 -> (v8p)
438 4.ref LoadString 63726 ss -> (v22)
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dconstant_propagation.cpp297 ASSERT(inst->GetDataFlowInput(0)->GetOpcode() == compiler::Opcode::LoadString); in VisitCastValueToAnyType()
341 ASSERT(inst && inst->GetOpcode() == compiler::Opcode::LoadString); in VisitLoadString()
/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h160 CHECK(LoadString, GetNeedBarrier) in Compare()
Ddump_test.cpp657 loadFromPool.SetOpcode(Opcode::LoadString); in __anona6029c600d02()
658 EXPECT_EQ(loadFromPool.GetOpcode(), Opcode::LoadString); in __anona6029c600d02()
Dinst_generator.h212 {Opcode::LoadString, {DataType::REFERENCE}},
/arkcompiler/runtime_core/docs/
DPBC2IR.md19 | lda.str | ref LoadString |
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md19 | lda.str | ref LoadString |

12