Home
last modified time | relevance | path

Searched refs:AllowRecip (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp697 ASSERT_FALSE(Invocation.getLangOpts()->AllowRecip); in TEST_F()
719 ASSERT_TRUE(Invocation.getLangOpts()->AllowRecip); in TEST_F()
739 ASSERT_TRUE(Invocation.getLangOpts()->AllowRecip); in TEST_F()
759 ASSERT_TRUE(Invocation.getLangOpts()->AllowRecip); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h418 AllowRecip = 0x8, enumerator
H A DSPIRVBaseInfo.cpp555 if (e == static_cast<uint32_t>(FPFastMathMode::AllowRecip)) in getFPFastMathModeName()
557 if (e & static_cast<uint32_t>(FPFastMathMode::AllowRecip)) { in getFPFastMathModeName()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h680 setAllowReciprocal(LO.AllowRecip); in FPOptions()
H A DLangOptions.def215 BENIGN_LANGOPT(AllowRecip , 1, 0, "Permit Floating Point reciprocal")
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp219 if (getLangOpts().AllowFPReassoc || getLangOpts().AllowRecip) in Initialize()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp541 if (getLangOpts().AllowRecip) in ActOnPragmaFPEvalMethod()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp533 if (LangOpts.AllowRecip) in FixupInvocation()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1875 LangOpts<"AllowRecip">, DefaultFalse,