Searched refs:CondOpc (Results 1 – 3 of 3) sorted by relevance
187 Comparison::Kind getComparisonKind(unsigned CondOpc,508 HexagonHardwareLoops::getComparisonKind(unsigned CondOpc, in getComparisonKind() argument513 switch (CondOpc) { in getComparisonKind()652 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount() local689 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
2369 unsigned CondOpc; in LowerBRCOND() local2370 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()2372 if (CondOpc == ISD::OR) { in LowerBRCOND()
5020 unsigned CondOpc = CondDef->getOpcode(); in tryOptSelect() local5021 if (CondOpc != TargetOpcode::G_ICMP && CondOpc != TargetOpcode::G_FCMP) { in tryOptSelect()5028 if (CondOpc == TargetOpcode::G_ICMP) { in tryOptSelect()