Home
last modified time | relevance | path

Searched refs:BuildStoreArrayInst (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.h318 …void BuildStoreArrayInst(const BytecodeInstruction *bcInst, DataType::Type type, Inst *arrayRef, I…
Dinst_builder-inl.h984 BuildStoreArrayInst<false>(bcInst, type, arrayInst, indexInst, valueInst); in BuildUnfoldLoadConstPrimitiveArray()
1006 BuildStoreArrayInst<false>(bcInst, type, arrayInst, indexInst, loadStringInst); in BuildUnfoldLoadConstStringArray()
1131BuildStoreArrayInst<true>(bcInst, type, GetDefinition(bcInst->GetVReg(0)), GetDefinition(bcInst->G… in BuildStoreArray()
1137 void InstBuilder::BuildStoreArrayInst(const BytecodeInstruction *bcInst, DataType::Type type, Inst … in BuildStoreArrayInst() function