Home
last modified time | relevance | path

Searched defs:newMem (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_strldr.cpp1000 …auto &newMem = a64cgFunc.CreateMemOpnd(*curMemOpnd.GetBaseRegister(), defOffset, curMemOpnd.GetSiz… in SelectIndexOptMode() local
1018 …auto &newMem = a64cgFunc.CreateMemOpnd(*curMemOpnd.GetBaseRegister(), defOffset, curMemOpnd.GetSiz… in SelectIndexOptMode() local
Daarch64_global.cpp279 MemOperand *newMem = nullptr; in ReplaceAllUsedOpndWithNewOpnd() local
395 MemOperand *newMem = nullptr; in Optimize() local
794 MemOperand *newMem = static_cast<MemOperand *>(opnd.Clone(*cgFunc.GetMemoryPool())); in Optimize() local
Daarch64_prop.cpp645 void A64StrLdrProp::DoMemReplace(const RegOperand &replacedReg, MemOperand &newMem, Insn &useInsn) in DoMemReplace()
1907 auto *newMem = static_cast<AArch64CGFunc &>(cgFunc).CreateMemOperand( in PropInMem() local
Daarch64_cgfunc.cpp2219 MemOperand &newMem = CreateMemOpnd(regno, k8ByteSize, size * kBitsPerByte); in LmbcSmallAggForRet() local
2284 MemOperand &newMem = CreateMemOpnd(regno, k8ByteSize, size * kBitsPerByte); in LmbcSmallAggForCall() local
6518 MemOperand *newMem = static_cast<MemOperand *>(memOpnd.Clone(*GetMemoryPool())); in ReplaceOpndInInsn() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddebug_info.cpp38 void Reset(void *newMem) in Reset()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Debo.cpp525 … MemOperand *newMem = static_cast<MemOperand *>(memOpnd->Clone(*cgFunc->GetMemoryPool())); in BuildMemOpndInfo() local