Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_strldr.cpp617 …auto &newMem = a64cgFunc.CreateMemOpnd(*curMemOpnd.GetBaseRegister(), defOffset, curMemOpnd.GetSiz… in SelectIndexOptMode() local
635 …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
782 MemOperand *newMem = static_cast<MemOperand *>(opnd.Clone(*cgFunc.GetMemoryPool())); in Optimize() local
Daarch64_prop.cpp651 void A64StrLdrProp::DoMemReplace(const RegOperand &replacedReg, MemOperand &newMem, Insn &useInsn) in DoMemReplace()
1926 auto *newMem = static_cast<AArch64CGFunc &>(cgFunc).CreateMemOperand( in PropInMem() local
Daarch64_cgfunc.cpp2115 MemOperand &newMem = CreateMemOpnd(regno, newOffset, size * kBitsPerByte); in LmbcSmallAggForRet() local
2179 MemOperand &newMem = CreateMemOpnd(regno, k8ByteSize, size * kBitsPerByte); in LmbcSmallAggForCall() local
5929 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.cpp520 … MemOperand *newMem = static_cast<MemOperand *>(memOpnd->Clone(*cgFunc->GetMemoryPool())); in BuildMemOpndInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1779 auto &newMem = static_cast<MemOperand &>(*oldMem.Clone(*GetMemoryPool())); in GetMemOperandAddOffset() local