Lines Matching refs:f128

415     if (RetVT == MVT::f128)  in getFPEXT()
418 if (RetVT == MVT::f128) in getFPEXT()
433 if (OpVT == MVT::f128) in getFPROUND()
440 if (OpVT == MVT::f128) in getFPROUND()
481 } else if (OpVT == MVT::f128) { in getFPTOSINT()
531 } else if (OpVT == MVT::f128) { in getFPTOUINT()
559 if (RetVT == MVT::f128) in getSINTTOFP()
570 if (RetVT == MVT::f128) in getSINTTOFP()
581 if (RetVT == MVT::f128) in getSINTTOFP()
599 if (RetVT == MVT::f128) in getUINTTOFP()
610 if (RetVT == MVT::f128) in getUINTTOFP()
621 if (RetVT == MVT::f128) in getUINTTOFP()
744 setOperationAction(ISD::ConstantFP, MVT::f128, Expand); in initActions()
777 setOperationAction(ISD::FLOG , MVT::f128, Expand); in initActions()
778 setOperationAction(ISD::FLOG2, MVT::f128, Expand); in initActions()
779 setOperationAction(ISD::FLOG10, MVT::f128, Expand); in initActions()
780 setOperationAction(ISD::FEXP , MVT::f128, Expand); in initActions()
781 setOperationAction(ISD::FEXP2, MVT::f128, Expand); in initActions()
782 setOperationAction(ISD::FFLOOR, MVT::f128, Expand); in initActions()
783 setOperationAction(ISD::FNEARBYINT, MVT::f128, Expand); in initActions()
784 setOperationAction(ISD::FCEIL, MVT::f128, Expand); in initActions()
785 setOperationAction(ISD::FRINT, MVT::f128, Expand); in initActions()
786 setOperationAction(ISD::FTRUNC, MVT::f128, Expand); in initActions()
980 if (!isTypeLegal(MVT::f128)) { in computeRegisterProperties()
981 NumRegistersForVT[MVT::f128] = NumRegistersForVT[MVT::i128]; in computeRegisterProperties()
982 RegisterTypeForVT[MVT::f128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
983 TransformToType[MVT::f128] = MVT::i128; in computeRegisterProperties()
984 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()