Searched refs:BuildStoreArrayInst (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 318 …void BuildStoreArrayInst(const BytecodeInstruction *bcInst, DataType::Type type, Inst *arrayRef, I…
|
| D | inst_builder-inl.h | 984 BuildStoreArrayInst<false>(bcInst, type, arrayInst, indexInst, valueInst); in BuildUnfoldLoadConstPrimitiveArray() 1006 BuildStoreArrayInst<false>(bcInst, type, arrayInst, indexInst, loadStringInst); in BuildUnfoldLoadConstStringArray() 1131 …BuildStoreArrayInst<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
|