Home
last modified time | relevance | path

Searched refs:ComplexMemOperandAddAArch64 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1403 class ComplexMemOperandAddAArch64 : public PeepPattern {
1405 explicit ComplexMemOperandAddAArch64(CGFunc &cgFunc) : PeepPattern(cgFunc) {} in ComplexMemOperandAddAArch64() function
1406 ~ComplexMemOperandAddAArch64() override = default;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp2052 … optimizations[kComplexMemOperandOptAdd] = optOwnMemPool->New<ComplexMemOperandAddAArch64>(cgFunc); in InitOpts()
2069 …(static_cast<ComplexMemOperandAddAArch64 *>(optimizations[kComplexMemOperandOptAdd]))->Run(bb, ins… in Run()
4730 bool ComplexMemOperandAddAArch64::IsExpandBaseOpnd(const Insn &insn, const Insn &prevInsn) const in IsExpandBaseOpnd()
4740 void ComplexMemOperandAddAArch64::Run(BB &bb, Insn &insn) in Run()