Home
last modified time | relevance | path

Searched refs:CondOpc (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp497 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount() local
534 switch (CondOpc) { in getLoopTripCount()
569 if (CondOpc == Hexagon::A4_cmpbeqi) { in getLoopTripCount()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2516 unsigned BaseOpc, CondOpc; in fastLowerIntrinsicCall() local
2521 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()
DX86ISelLowering.cpp14114 unsigned CondOpc; in LowerBRCOND() local
14115 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()
14117 if (CondOpc == ISD::OR) { in LowerBRCOND()