Lines Matching refs:isCondCodeLegal
3201 isCondCodeLegal(Cond, N0.getSimpleValueType())) in foldSetCCWithAnd()
3527 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
3536 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC()
3766 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC()
3818 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC()
3936 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
3956 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
4199 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC()
4207 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC()
4222 isCondCodeLegal(NewCond, N0.getSimpleValueType())) in SimplifySetCC()
4245 isCondCodeLegal(NewCond, N0.getSimpleValueType()))) in SimplifySetCC()
8877 if (TLI.isCondCodeLegal(ISD::SETUNE, OpVT)) { in LegalizeSetCCCondCode()
8883 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode()
8888 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode()
8901 if (!TLI.isCondCodeLegal(CC2, OpVT) && in LegalizeSetCCCondCode()
8902 (TLI.isCondCodeLegal(ISD::SETOGT, OpVT) || in LegalizeSetCCCondCode()
8903 TLI.isCondCodeLegal(ISD::SETOLT, OpVT))) { in LegalizeSetCCCondCode()