Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1557 class LongIntCompareWithZPattern : public CGPeepPattern {
1559LongIntCompareWithZPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, cur… in LongIntCompareWithZPattern() function
1560 ~LongIntCompareWithZPattern() override = default;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp1895 manager->NormalPatternOpt<LongIntCompareWithZPattern>(!cgFunc->IsAfterRegAlloc()); in DoNormalOptimize()
5127 bool LongIntCompareWithZPattern::FindLondIntCmpWithZ(Insn &insn) in FindLondIntCmpWithZ()
5172 bool LongIntCompareWithZPattern::IsPatternMatch() in IsPatternMatch()
5195 bool LongIntCompareWithZPattern::CheckCondition(Insn &insn) in CheckCondition()
5203 void LongIntCompareWithZPattern::Run(BB &bb, Insn &insn) in Run()