Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4724 ISD::CondCode InnerCC = in mayUseP9Setb() local
4745 if (InnerCC == ISD::SETULT || InnerCC == ISD::SETUGT) { in mayUseP9Setb()
4747 InnerCC = (InnerCC == ISD::SETULT) ? ISD::SETLT : ISD::SETGT; in mayUseP9Setb()
4762 if (InnerCC != ISD::SETLT && InnerCC != ISD::SETGT) in mayUseP9Setb()
4764 NeedSwapOps = (InnerCC == ISD::SETGT) ? InnerSwapped : !InnerSwapped; in mayUseP9Setb()
4774 if (!IsUnCmp && InnerCC != ISD::SETNE) in mayUseP9Setb()
4779 if (InnerCC == ISD::SETNE || (InnerCC == ISD::SETGT && !InnerSwapped) || in mayUseP9Setb()
4780 (InnerCC == ISD::SETLT && InnerSwapped)) in mayUseP9Setb()
4793 if (!IsUnCmp && InnerCC != ISD::SETNE) in mayUseP9Setb()
4798 if (InnerCC == ISD::SETNE || (InnerCC == ISD::SETLT && !InnerSwapped) || in mayUseP9Setb()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47947 ISD::CondCode InnerCC = in combineSelect() local
47949 if ((CC == ISD::SETEQ || InnerCC == ISD::SETEQ) && in combineSelect()
47953 switch (CC == ISD::SETEQ ? InnerCC : CC) { in combineSelect()