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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp187 Comparison::Kind getComparisonKind(unsigned CondOpc,
508 HexagonHardwareLoops::getComparisonKind(unsigned CondOpc, argument
513 switch (CondOpc) {
652 unsigned CondOpc = CondI->getOpcode(); local
689 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp3521 unsigned CondOpc = CondDef->getOpcode(); local
3522 if (CondOpc != TargetOpcode::G_ICMP && CondOpc != TargetOpcode::G_FCMP)
3526 if (CondOpc == TargetOpcode::G_ICMP) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22897 unsigned CondOpc;
22898 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) {
22900 if (CondOpc == ISD::OR) {
[all...]

Completed in 277 milliseconds