Searched refs:LongIntCompareWithZPattern (Results 1 – 2 of 2) sorted by relevance
1557 class LongIntCompareWithZPattern : public CGPeepPattern {1559 …LongIntCompareWithZPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, cur… in LongIntCompareWithZPattern() function1560 ~LongIntCompareWithZPattern() override = default;
1895 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()