Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ppcf128

444     if (OpVT == MVT::ppcf128)
451 if (OpVT == MVT::ppcf128)
497 } else if (OpVT == MVT::ppcf128) {
547 } else if (OpVT == MVT::ppcf128) {
570 if (RetVT == MVT::ppcf128)
581 if (RetVT == MVT::ppcf128)
592 if (RetVT == MVT::ppcf128)
610 if (RetVT == MVT::ppcf128)
621 if (RetVT == MVT::ppcf128)
632 if (RetVT == MVT::ppcf128)
1050 // ppcf128 type is really two f64's.
1051 if (!isTypeLegal(MVT::ppcf128)) {
1052 NumRegistersForVT[MVT::ppcf128] = 2*NumRegistersForVT[MVT::f64];
1053 RegisterTypeForVT[MVT::ppcf128] = MVT::f64;
1054 TransformToType[MVT::ppcf128] = MVT::f64;
1055 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat);