Searched refs:LongIntCompareWithZPattern (Results 1 – 2 of 2) sorted by relevance
2115 class LongIntCompareWithZPattern : public CGPeepPattern {2117 …LongIntCompareWithZPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, cur… in LongIntCompareWithZPattern() function2118 ~LongIntCompareWithZPattern() override = default;
2929 manager->NormalPatternOpt<LongIntCompareWithZPattern>(!cgFunc->IsAfterRegAlloc()); in DoNormalOptimize()7032 bool LongIntCompareWithZPattern::FindLondIntCmpWithZ(Insn &insn) in FindLondIntCmpWithZ()7077 bool LongIntCompareWithZPattern::IsPatternMatch() in IsPatternMatch()7100 bool LongIntCompareWithZPattern::CheckCondition(Insn &insn) in CheckCondition()7108 void LongIntCompareWithZPattern::Run(BB &bb, Insn &insn) in Run()