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