Home
last modified time | relevance | path

Searched refs:FPMath (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DTargetOptions.h39 std::string FPMath; variable
/external/clang/lib/Basic/
DTargets.cpp2611 } 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()
[all …]
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2300 Opts.FPMath = Args.getLastArgValue(OPT_mfpmath); in ParseTargetArgs()