Home
last modified time | relevance | path

Searched defs:curMemOpnd (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_strldr.cpp602 MemOperand *AArch64StoreLoadOpt::SelectIndexOptMode(Insn &insn, const MemOperand &curMemOpnd) in SelectIndexOptMode()
Daarch64_peep.cpp3300 auto *curMemOpnd = static_cast<MemOperand *>(curInsn.GetMemOpnd()); in FindPrevIdenticalMemInsn() local
3342 auto *curMemOpnd = static_cast<MemOperand *>(curInsn.GetMemOpnd()); in HasMemReferenceBetweenTwoInsns() local
3928 auto *curMemOpnd = static_cast<MemOperand *>(insn.GetMemOpnd()); in CheckCondition() local
3943 auto *curMemOpnd = static_cast<MemOperand *>(insn.GetMemOpnd()); in Run() local
4029 auto &curMemOpnd = static_cast<MemOperand &>(cursor->GetOperand(memIdx)); in FindUseX16AfterInsn() local
4106const MemOperand &curMemOpnd, in IsValidStackArgLoadOrStorePattern()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h2163 MemOperand *curMemOpnd = nullptr; variable