Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp187 Comparison::Kind getComparisonKind(unsigned CondOpc,
511 HexagonHardwareLoops::getComparisonKind(unsigned CondOpc, in getComparisonKind() argument
516 switch (CondOpc) { in getComparisonKind()
656 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount() local
693 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2397 unsigned CondOpc; in LowerBRCOND() local
2398 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()
2400 if (CondOpc == ISD::OR) { in LowerBRCOND()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5065 unsigned CondOpc = CondDef->getOpcode(); in tryOptSelect() local
5066 if (CondOpc != TargetOpcode::G_ICMP && CondOpc != TargetOpcode::G_FCMP) { in tryOptSelect()
5073 if (CondOpc == TargetOpcode::G_ICMP) { in tryOptSelect()