Home
last modified time | relevance | path

Searched refs:getFPEvalMethod (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Deval-method-fast-math.cpp96 int getFPEvalMethod() { in getFPEvalMethod() function
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DX86.h175 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
486 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
490 return X86_32TargetInfo::getFPEvalMethod(); in getFPEvalMethod()
H A DOSTargets.h786 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp208 setTUFPEvalMethod(getTargetInfo().getFPEvalMethod()); in Initialize()
210 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()
212 setCurrentFPEvalMethod(SourceLocation(), Target.getFPEvalMethod()); in Initialize()
215 setCurrentFPEvalMethod(SourceLocation(), getLangOpts().getFPEvalMethod()); in Initialize()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp613 CurFPFeatures.getFPEvalMethod()); in ActOnPragmaFloatControl()
1299 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPReassociate()
H A DSemaExpr.cpp780 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryConversions()
782 (getLangOpts().getFPEvalMethod() != in UsualUnaryConversions()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h740 virtual LangOptions::FPEvalMethodKind getFPEvalMethod() const { in getFPEvalMethod() function