Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h250 bool CheckAndSelectPattern(const Insn &currInsn);
295 bool CheckAndSelectPattern(const Insn &currInsn);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp640 bool AndCmpBranchesToTbzPattern::CheckAndSelectPattern(const Insn &currInsn) in CheckAndSelectPattern() function in maplebe::AndCmpBranchesToTbzPattern
707 if (!CheckAndSelectPattern(insn)) { in CheckCondition()
737 bool ZeroCmpBranchesToTbzPattern::CheckAndSelectPattern(const Insn &currInsn) in CheckAndSelectPattern() function in maplebe::ZeroCmpBranchesToTbzPattern
830 if (!CheckAndSelectPattern(insn)) { in CheckCondition()