Lines Matching refs:FPMath
2611 } FPMath = FP_Default; member in __anon45f003660111::X86TargetInfo
2812 FPMath = FP_387; in setFPMath()
2816 FPMath = FP_SSE; in setFPMath()
3388 if ((FPMath == FP_SSE && SSELevel < SSE1) || in handleTargetFeatures()
3389 (FPMath == FP_387 && SSELevel >= SSE1)) { in handleTargetFeatures()
3391 (FPMath == FP_SSE ? "sse" : "387"); in handleTargetFeatures()
4585 } FPMath; member in __anon45f003660111::ARMTargetInfo
4833 : TargetInfo(Triple), FPMath(FP_Default), IsAAPCS(true), LDREX(0), in ARMTargetInfo()
5031 if (!(FPU & NeonFPU) && FPMath == FP_Neon) { in handleTargetFeatures()
5036 if (FPMath == FP_Neon) in handleTargetFeatures()
5038 else if (FPMath == FP_VFP) in handleTargetFeatures()
5395 FPMath = FP_Neon; in setFPMath()
5399 FPMath = FP_VFP; in setFPMath()
8582 if (!Opts->FPMath.empty() && !Target->setFPMath(Opts->FPMath)) { in CreateTargetInfo()
8583 Diags.Report(diag::err_target_unknown_fpmath) << Opts->FPMath; in CreateTargetInfo()