Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:f128

424     if (RetVT == MVT::f128)
427 if (RetVT == MVT::f128)
442 if (OpVT == MVT::f128)
449 if (OpVT == MVT::f128)
490 } else if (OpVT == MVT::f128) {
540 } else if (OpVT == MVT::f128) {
568 if (RetVT == MVT::f128)
579 if (RetVT == MVT::f128)
590 if (RetVT == MVT::f128)
608 if (RetVT == MVT::f128)
619 if (RetVT == MVT::f128)
630 if (RetVT == MVT::f128)
768 setOperationAction(ISD::ConstantFP, MVT::f128, Expand);
804 setOperationAction(ISD::FLOG , MVT::f128, Expand);
805 setOperationAction(ISD::FLOG2, MVT::f128, Expand);
806 setOperationAction(ISD::FLOG10, MVT::f128, Expand);
807 setOperationAction(ISD::FEXP , MVT::f128, Expand);
808 setOperationAction(ISD::FEXP2, MVT::f128, Expand);
809 setOperationAction(ISD::FFLOOR, MVT::f128, Expand);
810 setOperationAction(ISD::FNEARBYINT, MVT::f128, Expand);
811 setOperationAction(ISD::FCEIL, MVT::f128, Expand);
812 setOperationAction(ISD::FRINT, MVT::f128, Expand);
813 setOperationAction(ISD::FTRUNC, MVT::f128, Expand);
814 setOperationAction(ISD::FROUND, MVT::f128, Expand);
1058 // Decide how to handle f128. If the target does not have native f128 support,
1060 if (!isTypeLegal(MVT::f128)) {
1061 NumRegistersForVT[MVT::f128] = NumRegistersForVT[MVT::i128];
1062 RegisterTypeForVT[MVT::f128] = RegisterTypeForVT[MVT::i128];
1063 TransformToType[MVT::f128] = MVT::i128;
1064 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat);