Lines Matching refs:isCondCodeLegal
3718 isCondCodeLegal(Cond, N0.getSimpleValueType())) in foldSetCCWithAnd()
4157 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
4166 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC()
4400 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC()
4452 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC()
4581 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
4601 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
4844 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC()
4852 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC()
4867 isCondCodeLegal(NewCond, N0.getSimpleValueType())) in SimplifySetCC()
4890 isCondCodeLegal(NewCond, N0.getSimpleValueType()))) in SimplifySetCC()
9751 if (TLI.isCondCodeLegal(ISD::SETUNE, OpVT)) { in LegalizeSetCCCondCode()
9757 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode()
9762 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode()
9775 if (!TLI.isCondCodeLegal(CC2, OpVT) && in LegalizeSetCCCondCode()
9776 (TLI.isCondCodeLegal(ISD::SETOGT, OpVT) || in LegalizeSetCCCondCode()
9777 TLI.isCondCodeLegal(ISD::SETOLT, OpVT))) { in LegalizeSetCCCondCode()