Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp837 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
842 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
871 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
878 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1869 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3982 isCondCodeLegal(Cond, N0.getSimpleValueType())) in foldSetCCWithAnd()
4686 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC()
4867 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
4887 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
5153 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC()
10934 if (TLI.isCondCodeLegal(ISD::SETUNE, OpVT)) { in LegalizeSetCCCondCode()
10940 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode()
10945 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode()
10958 if (!TLI.isCondCodeLegal(CC2, OpVT) && in LegalizeSetCCCondCode()
10959 (TLI.isCondCodeLegal(ISD::SETOGT, OpVT) || in LegalizeSetCCCondCode()
[all …]
H A DLegalizeDAG.cpp5180 if (TLI.isCondCodeLegal(CCCode, CVT)) { in PromoteNode()
H A DSelectionDAG.cpp2614 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT())) in FoldSetCC()
H A DDAGCombiner.cpp6073 (TLI.isCondCodeLegal(NewCC, LL.getSimpleValueType()) && in foldLogicOfSetCCs()
9445 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1544 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function