Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1382 void OptimizeWithAddrrrs(Insn &insn, MemOperand &memOpnd, Insn &addInsn);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp3719 void EnhanceStrLdrAArch64::OptimizeWithAddrrrs(Insn &insn, MemOperand &memOpnd, Insn &addInsn) in OptimizeWithAddrrrs() function in maplebe::EnhanceStrLdrAArch64
3775 OptimizeWithAddrrrs(insn, memOpnd, *prev); in Run()