Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2357 unsigned CondOpc; in LowerBRCOND() local
2358 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()
2360 if (CondOpc == ISD::OR) { in LowerBRCOND()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4462 unsigned CondOpc = CondDef->getOpcode(); in tryOptSelect() local
4463 if (CondOpc != TargetOpcode::G_ICMP && CondOpc != TargetOpcode::G_FCMP) in tryOptSelect()
4467 if (CondOpc == TargetOpcode::G_ICMP) { in tryOptSelect()