Searched refs:CondOpc (Results 1 – 3 of 3) sorted by relevance
187 Comparison::Kind getComparisonKind(unsigned CondOpc,511 HexagonHardwareLoops::getComparisonKind(unsigned CondOpc, in getComparisonKind() argument516 switch (CondOpc) { in getComparisonKind()656 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount() local693 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
2397 unsigned CondOpc; in LowerBRCOND() local2398 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()2400 if (CondOpc == ISD::OR) { in LowerBRCOND()
5065 unsigned CondOpc = CondDef->getOpcode(); in tryOptSelect() local5066 if (CondOpc != TargetOpcode::G_ICMP && CondOpc != TargetOpcode::G_FCMP) { in tryOptSelect()5073 if (CondOpc == TargetOpcode::G_ICMP) { in tryOptSelect()