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.cpp4725 ISD::CondCode InnerCC = in mayUseP9Setb() local
4746 if (InnerCC == ISD::SETULT || InnerCC == ISD::SETUGT) { in mayUseP9Setb()
4748 InnerCC = (InnerCC == ISD::SETULT) ? ISD::SETLT : ISD::SETGT; in mayUseP9Setb()
4763 if (InnerCC != ISD::SETLT && InnerCC != ISD::SETGT) in mayUseP9Setb()
4765 NeedSwapOps = (InnerCC == ISD::SETGT) ? InnerSwapped : !InnerSwapped; in mayUseP9Setb()
4775 if (!IsUnCmp && InnerCC != ISD::SETNE) in mayUseP9Setb()
4780 if (InnerCC == ISD::SETNE || (InnerCC == ISD::SETGT && !InnerSwapped) || in mayUseP9Setb()
4781 (InnerCC == ISD::SETLT && InnerSwapped)) in mayUseP9Setb()
4794 if (!IsUnCmp && InnerCC != ISD::SETNE) in mayUseP9Setb()
4799 if (InnerCC == ISD::SETNE || (InnerCC == ISD::SETLT && !InnerSwapped) || in mayUseP9Setb()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46205 ISD::CondCode InnerCC = in combineSelect() local
46207 if ((CC == ISD::SETEQ || InnerCC == ISD::SETEQ) && in combineSelect()
46211 switch (CC == ISD::SETEQ ? InnerCC : CC) { in combineSelect()