Lines Matching refs:IsStrict
749 bool IsStrict = Node->isStrictFPOpcode(); in PromoteINT_TO_FP() local
750 MVT VT = Node->getOperand(IsStrict ? 1 : 0).getSimpleValueType(); in PromoteINT_TO_FP()
769 if (IsStrict) { in PromoteINT_TO_FP()
790 bool IsStrict = Node->isStrictFPOpcode(); in PromoteFP_TO_INT() local
807 if (IsStrict) { in PromoteFP_TO_INT()
827 if (IsStrict) in PromoteFP_TO_INT()
1580 bool IsStrict = Node->isStrictFPOpcode(); in ExpandUINT_TO_FLOAT() local
1581 unsigned OpNo = IsStrict ? 1 : 0; in ExpandUINT_TO_FLOAT()
1591 if (IsStrict) in ExpandUINT_TO_FLOAT()
1597 if (((!IsStrict && TLI.getOperationAction(ISD::SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT()
1599 (IsStrict && TLI.getOperationAction(ISD::STRICT_SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT()
1602 if (IsStrict) { in ExpandUINT_TO_FLOAT()
1631 if (IsStrict) { in ExpandUINT_TO_FLOAT()
1698 bool IsStrict = Node->getOpcode() == ISD::STRICT_FSETCC || in ExpandSETCC() local
1701 unsigned Offset = IsStrict ? 1 : 0; in ExpandSETCC()
1703 SDValue Chain = IsStrict ? Node->getOperand(0) : SDValue(); in ExpandSETCC()
1712 if (IsStrict) { in ExpandSETCC()
1735 if (IsStrict) { in ExpandSETCC()
1757 assert(!IsStrict && "Don't know how to expand for strict nodes."); in ExpandSETCC()
1770 if (IsStrict) in ExpandSETCC()