reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 4550          (TLI.isCondCodeLegal(NewCC, LL.getSimpleValueType()) &&
 6909         TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) {
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 1673         assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT)
 1677         assert(TLI.isCondCodeLegal(ISD::SETUNE, OpVT)
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 2097     if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT()))
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 2813         isCondCodeLegal(Cond, N0.getSimpleValueType()))
 3066        isCondCodeLegal(SwappedCC, N0.getSimpleValueType())))
 3075        isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) &&
 3334              isCondCodeLegal(Cond, newVT.getSimpleVT()))) {
 3394             isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType()))
 3510              isCondCodeLegal(NewCC, VT.getSimpleVT())) &&
 3530              isCondCodeLegal(NewCC, VT.getSimpleVT())) &&
 3711           isCondCodeLegal(SwapCond, N0.getSimpleValueType())) {
 3719     if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) {
 3726               isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType()))
 3729               isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType()))
 3732               isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType()))
 3735               isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType()))
 3739               isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType()))
 3742               isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType()))
 3745               isCondCodeLegal(ISD::SETULT, N0.getSimpleValueType()))
 3748               isCondCodeLegal(ISD::SETULT, N0.getSimpleValueType()))
 3772                             isCondCodeLegal(NewCond, N0.getSimpleValueType())))
lib/Target/AMDGPU/R600ISelLowering.cpp
  977     if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) {
  982       if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) {
 1011     if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) {
 1018       if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) {
 2005           isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType()))