Home
last modified time | relevance | path

Searched refs:IsMemOperandOptPattern (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dpeep.h103 bool IsMemOperandOptPattern(const Insn &insn, Insn &nextInsn);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dpeep.cpp580 bool PeepPattern::IsMemOperandOptPattern(const Insn &insn, Insn &nextInsn) in IsMemOperandOptPattern() function in maplebe::PeepPattern
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp4754 if (!IsMemOperandOptPattern(insn, *nextInsn)) { in Run()
5314 if (!IsMemOperandOptPattern(insn, *nextInsn)) { in Run()