Lines Matching refs:IsStrict
784 bool IsStrict = Node->isStrictFPOpcode(); in PromoteINT_TO_FP() local
785 MVT VT = Node->getOperand(IsStrict ? 1 : 0).getSimpleValueType(); in PromoteINT_TO_FP()
804 if (IsStrict) { in PromoteINT_TO_FP()
825 bool IsStrict = Node->isStrictFPOpcode(); in PromoteFP_TO_INT() local
842 if (IsStrict) { in PromoteFP_TO_INT()
862 if (IsStrict) in PromoteFP_TO_INT()
1586 bool IsStrict = Node->isStrictFPOpcode(); in ExpandUINT_TO_FLOAT() local
1587 unsigned OpNo = IsStrict ? 1 : 0; in ExpandUINT_TO_FLOAT()
1597 if (IsStrict) in ExpandUINT_TO_FLOAT()
1603 if (((!IsStrict && TLI.getOperationAction(ISD::SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT()
1605 (IsStrict && TLI.getOperationAction(ISD::STRICT_SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT()
1608 if (IsStrict) { in ExpandUINT_TO_FLOAT()
1637 if (IsStrict) { in ExpandUINT_TO_FLOAT()
1704 bool IsStrict = Node->getOpcode() == ISD::STRICT_FSETCC || in ExpandSETCC() local
1707 unsigned Offset = IsStrict ? 1 : 0; in ExpandSETCC()
1709 SDValue Chain = IsStrict ? Node->getOperand(0) : SDValue(); in ExpandSETCC()
1718 if (IsStrict) { in ExpandSETCC()
1741 if (IsStrict) { in ExpandSETCC()
1763 assert(!IsStrict && "Don't know how to expand for strict nodes."); in ExpandSETCC()
1776 if (IsStrict) in ExpandSETCC()