Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1493 bool IsPatternMatch();
1570 bool IsPatternMatch();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp4929 bool LoadFloatPointPattern::IsPatternMatch() in IsPatternMatch() function in maplebe::LoadFloatPointPattern
4956 if (FindLoadFloatPoint(insn) && IsPatternMatch()) { in CheckCondition()
5172 bool LongIntCompareWithZPattern::IsPatternMatch() in IsPatternMatch() function in maplebe::LongIntCompareWithZPattern
5197 if (FindLondIntCmpWithZ(insn) && IsPatternMatch()) { in CheckCondition()