Home
last modified time | relevance | path

Searched refs:LessPreciseFPMAD (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/clang/unittests/Frontend/
DCompilerInvocationTest.cpp176 ASSERT_FALSE(Invocation.getCodeGenOpts().LessPreciseFPMAD); in TEST_F()
199 ASSERT_TRUE(Invocation.getCodeGenOpts().LessPreciseFPMAD); in TEST_F()
222 ASSERT_TRUE(Invocation.getCodeGenOpts().LessPreciseFPMAD); in TEST_F()
243 ASSERT_TRUE(Invocation.getCodeGenOpts().LessPreciseFPMAD); in TEST_F()
/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp41 bool TargetOptions::LessPreciseFPMAD() const { in LessPreciseFPMAD() function in TargetOptions
/external/llvm/include/llvm/Target/
DTargetOptions.h125 bool LessPreciseFPMAD() const;
/external/llvm/include/llvm/IR/
DAttributes.td177 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.td218 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.td254 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
/external/clang/include/clang/Frontend/
DCodeGenOptions.def86 CODEGENOPT(LessPreciseFPMAD , 1, 0) ///< Enable less precise MAD instructions to
/external/clang/lib/CodeGen/
DBackendUtil.cpp618 Options.LessPreciseFPMADOption = CodeGenOpts.LessPreciseFPMAD; in CreateTargetMachine()
DCGCall.cpp1724 llvm::toStringRef(CodeGenOpts.LessPreciseFPMAD)); in ConstructAttributeList()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def138 CODEGENOPT(LessPreciseFPMAD , 1, 0) ///< Enable less precise MAD instructions to
/external/clang/lib/Frontend/
DCompilerInvocation.cpp558 Opts.LessPreciseFPMAD = Args.hasArg(OPT_cl_mad_enable); in ParseCodeGenArgs()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1760 llvm::toStringRef(CodeGenOpts.LessPreciseFPMAD)); in getDefaultFunctionAttributes()
/external/llvm-project/clang/include/clang/Driver/
DOptions.td616 MarshallingInfoFlag<"CodeGenOpts.LessPreciseFPMAD">,