Searched refs:FPMath (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | TargetOptions.h | 42 std::string FPMath; variable
|
/openbsd/gnu/llvm/clang/lib/Basic/Targets/ |
H A D | ARM.cpp | 255 : TargetInfo(Triple), FPMath(FP_Default), IsAAPCS(true), LDREX(0), in ARMTargetInfo() 623 if (!(FPU & NeonFPU) && FPMath == FP_Neon) { in handleTargetFeatures() 628 if (FPMath == FP_Neon) in handleTargetFeatures() 630 else if (FPMath == FP_VFP) in handleTargetFeatures() 677 FPMath = FP_Neon; in setFPMath() 681 FPMath = FP_VFP; in setFPMath()
|
H A D | X86.cpp | 96 FPMath = FP_387; in setFPMath() 100 FPMath = FP_SSE; in setFPMath() 398 if ((FPMath == FP_SSE && SSELevel < SSE1) || in handleTargetFeatures() 399 (FPMath == FP_387 && SSELevel >= SSE1)) { in handleTargetFeatures() 401 << (FPMath == FP_SSE ? "sse" : "387"); in handleTargetFeatures()
|
H A D | ARM.h | 57 enum { FP_Default, FP_VFP, FP_Neon } FPMath; variable
|
H A D | X86.h | 164 enum FPMathKind { FP_Default, FP_SSE, FP_387 } FPMath = FP_Default; variable
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Targets.cpp | 738 if (!Opts->FPMath.empty() && !Target->setFPMath(Opts->FPMath)) { in CreateTargetInfo() 739 Diags.Report(diag::err_target_unknown_fpmath) << Opts->FPMath; in CreateTargetInfo()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 487 LLDB_LOGV(log, "FPMath: '{0}'", opts.FPMath); in ClangExpressionParser()
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | Options.td | 5211 MarshallingInfoString<TargetOpts<"FPMath">>;
|