Home
last modified time | relevance | path

Searched refs:GetMemOpnd (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_offset_adjust.cpp190 auto *memOpnd = static_cast<MemOperand *>(insn.GetMemOpnd()); in AdjustmentStackPointer()
H A Daarch64_peep.cpp608 auto *memOperand = static_cast<MemOperand *>(curInsn->GetMemOpnd()); in FindPrevStrLdr()
660 auto *curMemOpnd = static_cast<MemOperand *>(insn.GetMemOpnd()); in CheckCondition()
675 auto *curMemOpnd = static_cast<MemOperand *>(insn.GetMemOpnd()); in Run()
688 auto *prevMemOpnd = static_cast<MemOperand *>(prevContiInsn->GetMemOpnd()); in Run()
2279 MemOperand *memOpnd = static_cast<MemOperand *>(nextInsn->GetMemOpnd()); in Run()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dinsn.cpp143 Operand *Insn::GetMemOpnd() const in GetMemOpnd() function in maplebe::Insn
H A Dpeep.cpp453 auto *memOpnd = static_cast<MemOperand *>(nextInsn.GetMemOpnd()); in IsMemOperandOptPattern()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dinsn.h211 Operand *GetMemOpnd() const;

Completed in 8 milliseconds