Lines Matching refs:f16
121 if (OpVT == MVT::f16) { in getFPEXT()
156 if (RetVT == MVT::f16) { in getFPROUND()
199 if (OpVT == MVT::f16) { in getFPTOSINT()
248 if (OpVT == MVT::f16) { in getFPTOUINT()
298 if (RetVT == MVT::f16) in getSINTTOFP()
311 if (RetVT == MVT::f16) in getSINTTOFP()
324 if (RetVT == MVT::f16) in getSINTTOFP()
344 if (RetVT == MVT::f16) in getUINTTOFP()
357 if (RetVT == MVT::f16) in getUINTTOFP()
370 if (RetVT == MVT::f16) in getUINTTOFP()
823 {MVT::bf16, MVT::f16, MVT::f32, MVT::f64, MVT::f80, MVT::f128}, in initActions()
837 MVT::f16, Promote); in initActions()
1346 if (!isTypeLegal(MVT::f16)) { in computeRegisterProperties()
1352 NumRegistersForVT[MVT::f16] = NumRegistersForVT[MVT::i16]; in computeRegisterProperties()
1353 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::i16]; in computeRegisterProperties()
1355 NumRegistersForVT[MVT::f16] = NumRegistersForVT[MVT::f32]; in computeRegisterProperties()
1356 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::f32]; in computeRegisterProperties()
1358 TransformToType[MVT::f16] = MVT::f32; in computeRegisterProperties()
1360 ValueTypeActions.setTypeAction(MVT::f16, TypeSoftPromoteHalf); in computeRegisterProperties()
1362 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()
2029 } else if (VT.getScalarType() == MVT::f16) { in getReciprocalOpName()