Searched refs:CondOpc (Results 1 – 3 of 3) sorted by relevance
497 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount() local534 switch (CondOpc) { in getLoopTripCount()569 if (CondOpc == Hexagon::A4_cmpbeqi) { in getLoopTripCount()
2516 unsigned BaseOpc, CondOpc; in fastLowerIntrinsicCall() local2521 CondOpc = X86::SETOr; in fastLowerIntrinsicCall()2524 BaseOpc = ISD::ADD; CondOpc = X86::SETBr; break; in fastLowerIntrinsicCall()2527 CondOpc = X86::SETOr; in fastLowerIntrinsicCall()2530 BaseOpc = ISD::SUB; CondOpc = X86::SETBr; break; in fastLowerIntrinsicCall()2532 BaseOpc = X86ISD::SMUL; CondOpc = X86::SETOr; break; in fastLowerIntrinsicCall()2534 BaseOpc = X86ISD::UMUL; CondOpc = X86::SETOr; break; in fastLowerIntrinsicCall()2607 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(CondOpc), in fastLowerIntrinsicCall()
14114 unsigned CondOpc; in LowerBRCOND() local14115 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()14117 if (CondOpc == ISD::OR) { in LowerBRCOND()