Searched refs:CondOpc (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 160 Comparison::Kind getComparisonKind(unsigned CondOpc, 489 HexagonHardwareLoops::getComparisonKind(unsigned CondOpc, in getComparisonKind() argument 494 switch (CondOpc) { in getComparisonKind() 619 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount() local 656 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2724 unsigned BaseOpc, CondOpc; in fastLowerIntrinsicCall() local 2729 CondOpc = X86::SETOr; in fastLowerIntrinsicCall() 2732 BaseOpc = ISD::ADD; CondOpc = X86::SETBr; break; in fastLowerIntrinsicCall() 2735 CondOpc = X86::SETOr; in fastLowerIntrinsicCall() 2738 BaseOpc = ISD::SUB; CondOpc = X86::SETBr; break; in fastLowerIntrinsicCall() 2740 BaseOpc = X86ISD::SMUL; CondOpc = X86::SETOr; break; in fastLowerIntrinsicCall() 2742 BaseOpc = X86ISD::UMUL; CondOpc = X86::SETOr; break; in fastLowerIntrinsicCall() 2815 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(CondOpc), in fastLowerIntrinsicCall()
|
D | X86ISelLowering.cpp | 16649 unsigned CondOpc; in LowerBRCOND() local 16650 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND() 16652 if (CondOpc == ISD::OR) { in LowerBRCOND()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8830 unsigned CondOpc; in LowerBRCOND() local 8831 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND() 8833 if (CondOpc == ISD::OR) { in LowerBRCOND()
|