Lines Matching refs:f128
447 if (RetVT == MVT::f128) in getFPEXT()
450 if (RetVT == MVT::f128) in getFPEXT()
467 if (OpVT == MVT::f128) in getFPROUND()
476 if (OpVT == MVT::f128) in getFPROUND()
483 if (OpVT == MVT::f128) in getFPROUND()
516 } else if (OpVT == MVT::f128) { in getFPTOSINT()
558 } else if (OpVT == MVT::f128) { in getFPTOUINT()
586 if (RetVT == MVT::f128) in getSINTTOFP()
597 if (RetVT == MVT::f128) in getSINTTOFP()
608 if (RetVT == MVT::f128) in getSINTTOFP()
626 if (RetVT == MVT::f128) in getUINTTOFP()
637 if (RetVT == MVT::f128) in getUINTTOFP()
648 if (RetVT == MVT::f128) in getUINTTOFP()
836 setOperationAction(ISD::ConstantFP, MVT::f128, Expand); in initActions()
839 for (MVT VT : {MVT::f32, MVT::f64, MVT::f128}) { in initActions()
1235 if (!isTypeLegal(MVT::f128)) { in computeRegisterProperties()
1236 NumRegistersForVT[MVT::f128] = NumRegistersForVT[MVT::i128]; in computeRegisterProperties()
1237 RegisterTypeForVT[MVT::f128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1238 TransformToType[MVT::f128] = MVT::i128; in computeRegisterProperties()
1239 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()