Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7395 !isCondCodeLegalOrCustom(Cond, VT.getSimpleVT()) || in prepareSREMEqFold()
8932 IsCmp0 && (isCondCodeLegalOrCustom( in expandIS_FPCLASS()
8944 isCondCodeLegalOrCustom(IsInvertedFP ? ISD::SETO : ISD::SETUO, in expandIS_FPCLASS()
8951 isCondCodeLegalOrCustom(IsOrderedInf ? OrderedCmpOpcode in expandIS_FPCLASS()
8967 isCondCodeLegalOrCustom(IsOrdered ? OrderedCmpOpcode in expandIS_FPCLASS()
8989 if (isCondCodeLegalOrCustom(IsOrdered ? OrderedOp : UnorderedOp, in expandIS_FPCLASS()
9008 if (isCondCodeLegalOrCustom(IsFiniteOp, in expandIS_FPCLASS()
9010 isCondCodeLegalOrCustom(IsNormalOp, in expandIS_FPCLASS()
12096 if (isCondCodeLegalOrCustom(InvCC, OpVT)) { in LegalizeSetCCCondCode()
12104 if (!isCondCodeLegalOrCustom(InvCC, OpVT)) { in LegalizeSetCCCondCode()
[all …]
H A DLegalizeDAG.cpp4315 if (TLI.isCondCodeLegalOrCustom(CCOp, Tmp1.getSimpleValueType())) { in ExpandNode()
4335 if (TLI.isCondCodeLegalOrCustom(InvCC, Tmp1.getSimpleValueType())) { in ExpandNode()
4344 if (TLI.isCondCodeLegalOrCustom(SwapInvCC, Tmp1.getSimpleValueType())) { in ExpandNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1650 bool isCondCodeLegalOrCustom(ISD::CondCode CC, MVT VT) const { in isCondCodeLegalOrCustom() function