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.h121 bool IsMemOperandOptPattern(const Insn &insn, Insn &nextInsn);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dpeep.cpp568 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.cpp6416 if (!IsMemOperandOptPattern(insn, *nextInsn)) { in Run()
7225 if (!IsMemOperandOptPattern(insn, *nextInsn)) { in Run()