Lines Matching refs:isCondCodeLegal
4046 isCondCodeLegal(Cond, N0.getSimpleValueType())) in foldSetCCWithAnd()
4483 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
4492 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC()
4757 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC()
4812 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC()
4942 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
4962 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
5205 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC()
5228 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC()
5243 isCondCodeLegal(NewCond, N0.getSimpleValueType())) in SimplifySetCC()
5266 isCondCodeLegal(NewCond, N0.getSimpleValueType()))) in SimplifySetCC()
11583 if (TLI.isCondCodeLegal(ISD::SETUNE, OpVT)) { in LegalizeSetCCCondCode()
11589 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode()
11594 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode()
11607 if (!TLI.isCondCodeLegal(CC2, OpVT) && in LegalizeSetCCCondCode()
11608 (TLI.isCondCodeLegal(ISD::SETOGT, OpVT) || in LegalizeSetCCCondCode()
11609 TLI.isCondCodeLegal(ISD::SETOLT, OpVT))) { in LegalizeSetCCCondCode()