Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp187 Comparison::Kind getComparisonKind(unsigned CondOpc,
508 HexagonHardwareLoops::getComparisonKind(unsigned CondOpc, in getComparisonKind() argument
513 switch (CondOpc) { in getComparisonKind()
652 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount() local
689 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp2903 unsigned BaseOpc, CondOpc; in fastLowerIntrinsicCall() local
2907 BaseOpc = ISD::ADD; CondOpc = X86::SETOr; break; in fastLowerIntrinsicCall()
2909 BaseOpc = ISD::ADD; CondOpc = X86::SETBr; break; in fastLowerIntrinsicCall()
2911 BaseOpc = ISD::SUB; CondOpc = X86::SETOr; break; in fastLowerIntrinsicCall()
2913 BaseOpc = ISD::SUB; CondOpc = X86::SETBr; break; in fastLowerIntrinsicCall()
2915 BaseOpc = X86ISD::SMUL; CondOpc = X86::SETOr; break; in fastLowerIntrinsicCall()
2917 BaseOpc = X86ISD::UMUL; CondOpc = X86::SETOr; break; in fastLowerIntrinsicCall()
2934 CondOpc == X86::SETOr) { in fastLowerIntrinsicCall()
2993 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(CondOpc), in fastLowerIntrinsicCall()
H A DX86ISelLowering.cpp20834 unsigned CondOpc; in LowerBRCOND() local
20835 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()
20837 if (CondOpc == ISD::OR) { in LowerBRCOND()