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.h421 bool CheckAndSelectPattern(const Insn &currInsn);
466 bool CheckAndSelectPattern(const Insn &currInsn);
1836 bool CheckAndSelectPattern();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp1233 bool AndCmpBranchesToTbzPattern::CheckAndSelectPattern(const Insn &currInsn) in CheckAndSelectPattern() function in maplebe::AndCmpBranchesToTbzPattern
1300 if (!CheckAndSelectPattern(insn)) { in CheckCondition()
1333 bool AndAndCmpBranchesToTstPattern::CheckAndSelectPattern() in CheckAndSelectPattern() function in maplebe::AndAndCmpBranchesToTstPattern
1420 if (!CheckAndSelectPattern()) { in CheckCondition()
1459 bool ZeroCmpBranchesToTbzPattern::CheckAndSelectPattern(const Insn &currInsn) in CheckAndSelectPattern() function in maplebe::ZeroCmpBranchesToTbzPattern
1552 if (!CheckAndSelectPattern(insn)) { in CheckCondition()