Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1283 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
1547 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC()
1637 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
1652 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
1824 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC()
1831 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
1834 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
1837 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType())) in SimplifySetCC()
1840 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType())) in SimplifySetCC()
1844 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType())) in SimplifySetCC()
[all …]
DLegalizeDAG.cpp1835 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode()
1887 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode()
3815 if (TLI.isCondCodeLegal(CCOp, Tmp1.getSimpleValueType())) { in ExpandNode()
3836 if (TLI.isCondCodeLegal(InvCC, Tmp1.getSimpleValueType())) { in ExpandNode()
3844 if (TLI.isCondCodeLegal(SwapInvCC, Tmp1.getSimpleValueType())) { in ExpandNode()
DDAGCombiner.cpp2928 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) && in visitANDLike()
3619 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) && in visitORLike()
4128 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
DSelectionDAG.cpp2015 if (!TLI->isCondCodeLegal(SwappedCond, CompVT)) in FoldSetCC()
/external/llvm/lib/Target/AMDGPU/
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()
/external/llvm/include/llvm/Target/
DTargetLowering.h686 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function