Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h956 …bool SplitOfstWithAddToCombine(const Insn &curInsn, Insn &combineInsn, const MemOperand &memOperan…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp2800 bool CombineContiLoadAndStorePattern::SplitOfstWithAddToCombine(const Insn &curInsn, Insn &combineI… in SplitOfstWithAddToCombine() function in maplebe::CombineContiLoadAndStorePattern
2936 !SplitOfstWithAddToCombine(insn, combineInsn, *combineMemOpnd)) { in Run()