Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1231 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
1494 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC()
1584 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
1599 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
1760 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC()
1767 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
1770 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
1773 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType())) in SimplifySetCC()
1776 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType())) in SimplifySetCC()
1780 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType())) in SimplifySetCC()
[all …]
H A DLegalizeDAG.cpp1675 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode()
1727 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode()
3979 if (TLI.isCondCodeLegal(CCOp, Tmp1.getSimpleValueType())) { in ExpandNode()
3999 if (TLI.isCondCodeLegal(InvCC, Tmp1.getSimpleValueType())) { in ExpandNode()
4007 if (TLI.isCondCodeLegal(SwapInvCC, Tmp1.getSimpleValueType())) { in ExpandNode()
H A DDAGCombiner.cpp2895 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) && in visitAND()
3490 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) && in visitOR()
3842 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
H A DSelectionDAG.cpp1885 if (!TLI->isCondCodeLegal(SwappedCond, CompVT)) in FoldSetCC()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1153 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1158 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1187 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1194 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1989 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h652 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function