Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1240 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
1503 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC()
1593 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
1608 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
1769 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC()
1776 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
1779 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
1782 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType())) in SimplifySetCC()
1785 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType())) in SimplifySetCC()
1789 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType())) in SimplifySetCC()
[all …]
DLegalizeDAG.cpp1689 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode()
1741 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode()
3887 if (TLI.isCondCodeLegal(CCOp, Tmp1.getSimpleValueType())) { in ExpandNode()
3907 if (TLI.isCondCodeLegal(InvCC, Tmp1.getSimpleValueType())) { in ExpandNode()
3915 if (TLI.isCondCodeLegal(SwapInvCC, Tmp1.getSimpleValueType())) { in ExpandNode()
DDAGCombiner.cpp2760 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) && in visitANDLike()
3415 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) && in visitORLike()
3914 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
DSelectionDAG.cpp1930 if (!TLI->isCondCodeLegal(SwappedCond, CompVT)) in FoldSetCC()
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp1152 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1157 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1186 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1193 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1988 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
/external/llvm/include/llvm/Target/
DTargetLowering.h670 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function