Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h2353 bool CheckAddCmpZeroCheckCond(const Insn &insn) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp8323 if (CheckAddCmpZeroCheckCond(insn)) { in CheckCondition()
8337 bool AddCmpZeroPattern::CheckAddCmpZeroCheckCond(const Insn &insn) const in CheckAddCmpZeroCheckCond() function in maplebe::AddCmpZeroPattern