OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LessPreciseFPMAD
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp
36
///
LessPreciseFPMAD
- This flag return true when -enable-fp-mad option
40
bool TargetOptions::
LessPreciseFPMAD
() const {
/external/llvm/include/llvm/Target/
TargetOptions.h
71
///
LessPreciseFPMAD
- This flag is enabled when the
77
bool
LessPreciseFPMAD
() const;
84
/// UnsafeFPMath implies
LessPreciseFPMAD
.
/external/clang/lib/CodeGen/
BackendUtil.cpp
447
Options.LessPreciseFPMADOption = CodeGenOpts.
LessPreciseFPMAD
;
CGCall.cpp
[
all
...]
/external/clang/lib/Frontend/
CompilerInvocation.cpp
370
Opts.
LessPreciseFPMAD
= Args.hasArg(OPT_cl_mad_enable);
[
all
...]
Completed in 79 milliseconds