Searched refs:isCondCodeLegal (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1230 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC() 1476 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC() 1566 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 1581 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 1742 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC() 1749 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC() 1752 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC() 1755 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType())) in SimplifySetCC() 1758 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType())) in SimplifySetCC() 1762 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType())) in SimplifySetCC() [all …]
|
D | LegalizeDAG.cpp | 1674 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode() 1726 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode() 3996 if (TLI.isCondCodeLegal(CCOp, Tmp1.getSimpleValueType())) { in ExpandNode() 4016 if (TLI.isCondCodeLegal(InvCC, Tmp1.getSimpleValueType())) { in ExpandNode() 4024 if (TLI.isCondCodeLegal(SwapInvCC, Tmp1.getSimpleValueType())) { in ExpandNode()
|
D | DAGCombiner.cpp | 2812 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) && in visitAND() 3392 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) && in visitOR() 3744 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
|
D | SelectionDAG.cpp | 1888 if (!TM.getTargetLowering()->isCondCodeLegal(SwappedCond, CompVT)) in FoldSetCC()
|
/external/llvm/lib/Target/R600/ |
D | R600ISelLowering.cpp | 1183 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 1188 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 1217 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 1224 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 1985 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 602 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function
|