Lines Matching refs:isCondCodeLegal
3982 isCondCodeLegal(Cond, N0.getSimpleValueType())) in foldSetCCWithAnd()
4426 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
4435 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC()
4686 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC()
4738 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC()
4867 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
4887 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
5130 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC()
5153 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC()
5168 isCondCodeLegal(NewCond, N0.getSimpleValueType())) in SimplifySetCC()
5191 isCondCodeLegal(NewCond, N0.getSimpleValueType()))) in SimplifySetCC()
10934 if (TLI.isCondCodeLegal(ISD::SETUNE, OpVT)) { in LegalizeSetCCCondCode()
10940 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode()
10945 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode()
10958 if (!TLI.isCondCodeLegal(CC2, OpVT) && in LegalizeSetCCCondCode()
10959 (TLI.isCondCodeLegal(ISD::SETOGT, OpVT) || in LegalizeSetCCCondCode()
10960 TLI.isCondCodeLegal(ISD::SETOLT, OpVT))) { in LegalizeSetCCCondCode()