Home
last modified time | relevance | path

Searched refs:isCondCodeLegal (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2082 isCondCodeLegal(Cond, N0.getSimpleValueType())) in simplifySetCCWithAnd()
2226 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
2471 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC()
2632 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
2652 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
2839 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC()
2847 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC()
2854 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
2857 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
2860 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType())) in SimplifySetCC()
[all …]
H A DLegalizeDAG.cpp1659 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode()
1663 assert(TLI.isCondCodeLegal(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
H A DDAGCombiner.cpp4093 (TLI.isCondCodeLegal(NewCC, LL.getSimpleValueType()) && in foldLogicOfSetCCs()
6173 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
H A DSelectionDAG.cpp2053 if (!TLI->isCondCodeLegal(SwappedCond, CompVT)) in FoldSetCC()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp977 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
982 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1011 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1018 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1997 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1100 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function