Lines Matching refs:ppcf128
236 if (RetVT == MVT::ppcf128) in getFPEXT()
241 else if (RetVT == MVT::ppcf128) in getFPEXT()
263 if (OpVT == MVT::ppcf128) in getFPROUND()
272 if (OpVT == MVT::ppcf128) in getFPROUND()
279 if (OpVT == MVT::ppcf128) in getFPROUND()
327 } else if (OpVT == MVT::ppcf128) { in getFPTOSINT()
376 } else if (OpVT == MVT::ppcf128) { in getFPTOUINT()
401 if (RetVT == MVT::ppcf128) in getSINTTOFP()
414 if (RetVT == MVT::ppcf128) in getSINTTOFP()
427 if (RetVT == MVT::ppcf128) in getSINTTOFP()
447 if (RetVT == MVT::ppcf128) in getUINTTOFP()
460 if (RetVT == MVT::ppcf128) in getUINTTOFP()
473 if (RetVT == MVT::ppcf128) in getUINTTOFP()
1332 if (!isTypeLegal(MVT::ppcf128)) { in computeRegisterProperties()
1334 NumRegistersForVT[MVT::ppcf128] = 2*NumRegistersForVT[MVT::f64]; in computeRegisterProperties()
1335 RegisterTypeForVT[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()
1336 TransformToType[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()
1337 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()
1339 NumRegistersForVT[MVT::ppcf128] = NumRegistersForVT[MVT::i128]; in computeRegisterProperties()
1340 RegisterTypeForVT[MVT::ppcf128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1341 TransformToType[MVT::ppcf128] = MVT::i128; in computeRegisterProperties()
1342 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()