Home
last modified time | relevance | path

Searched refs:InnerCC (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4738 ISD::CondCode InnerCC = in mayUseP9Setb() local
4759 if (InnerCC == ISD::SETULT || InnerCC == ISD::SETUGT) { in mayUseP9Setb()
4761 InnerCC = (InnerCC == ISD::SETULT) ? ISD::SETLT : ISD::SETGT; in mayUseP9Setb()
4776 if (InnerCC != ISD::SETLT && InnerCC != ISD::SETGT) in mayUseP9Setb()
4778 NeedSwapOps = (InnerCC == ISD::SETGT) ? InnerSwapped : !InnerSwapped; in mayUseP9Setb()
4788 if (!IsUnCmp && InnerCC != ISD::SETNE) in mayUseP9Setb()
4793 if (InnerCC == ISD::SETNE || (InnerCC == ISD::SETGT && !InnerSwapped) || in mayUseP9Setb()
4794 (InnerCC == ISD::SETLT && InnerSwapped)) in mayUseP9Setb()
4807 if (!IsUnCmp && InnerCC != ISD::SETNE) in mayUseP9Setb()
4812 if (InnerCC == ISD::SETNE || (InnerCC == ISD::SETLT && !InnerSwapped) || in mayUseP9Setb()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45175 ISD::CondCode InnerCC = in combineSelect() local
45177 if ((CC == ISD::SETEQ || InnerCC == ISD::SETEQ) && in combineSelect()
45181 switch (CC == ISD::SETEQ ? InnerCC : CC) { in combineSelect()