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-inl.h988 BuildStoreArrayInst<false>(bcInst, type, arrayInst, indexInst, loadStringInst); in BuildUnfoldLoadConstStringArray()
1038 BuildStoreArrayInst<false>(bcInst, type, arrayInst, indexInst, valueInst); in BuildUnfoldLoadConstArray()
1125BuildStoreArrayInst<true>(bcInst, type, GetDefinition(bcInst->GetVReg(0)), GetDefinition(bcInst->G… in BuildStoreArray()
1131 void InstBuilder::BuildStoreArrayInst(const BytecodeInstruction *bcInst, DataType::Type type, Inst … in BuildStoreArrayInst() function
Dinst_builder.h423 …void BuildStoreArrayInst(const BytecodeInstruction *bcInst, DataType::Type type, Inst *arrayRef, I…