OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnsafeFPMath
(Results
1 - 22
of
22
) sorted by null
/external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp
41
return
UnsafeFPMath
|| LessPreciseFPMADOption;
47
return !
UnsafeFPMath
&& HonorSignDependentRoundingFPMathOption;
/external/llvm/include/llvm/Target/
TargetOptions.h
46
UnsafeFPMath
(false), NoInfsFPMath(false),
79
///
UnsafeFPMath
- This flag is enabled when the
84
///
UnsafeFPMath
implies LessPreciseFPMAD.
85
unsigned
UnsafeFPMath
: 1;
201
ARE_EQUAL(
UnsafeFPMath
) &&
/external/llvm/lib/Target/ARM/
ARMSubtarget.cpp
116
UnsafeFPMath
= false;
213
(Options.
UnsafeFPMath
|| isTargetDarwin()))
ARMSubtarget.h
175
bool
UnsafeFPMath
;
ARMAsmPrinter.cpp
844
if (!TM.Options.
UnsafeFPMath
) {
[
all
...]
ARMISelLowering.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp
130
llvm::
UnsafeFPMath
= true;
/external/llvm/lib/Target/
TargetMachine.cpp
82
RESET_OPTION(
UnsafeFPMath
, "unsafe-fp-math");
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp
130
llvm::
UnsafeFPMath
= true;
/external/clang/lib/CodeGen/
BackendUtil.cpp
451
Options.
UnsafeFPMath
= CodeGenOpts.
UnsafeFPMath
;
CGCall.cpp
[
all
...]
/external/llvm/tools/llc/
llc.cpp
266
Options.
UnsafeFPMath
= EnableUnsafeFPMath;
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
427
if (!Options->
UnsafeFPMath
) return 0;
443
if (!Options->
UnsafeFPMath
) return 0;
488
assert(DAG.getTarget().Options.
UnsafeFPMath
);
505
assert(DAG.getTarget().Options.
UnsafeFPMath
);
[
all
...]
SelectionDAG.cpp
[
all
...]
LegalizeDAG.cpp
[
all
...]
/external/llvm/tools/lto/
LTOModule.cpp
230
Options.
UnsafeFPMath
= EnableUnsafeFPMath;
/external/llvm/tools/opt/
opt.cpp
495
Options.
UnsafeFPMath
= EnableUnsafeFPMath;
/external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp
81
if (TM.Options.
UnsafeFPMath
)
94
if (TM.Options.
UnsafeFPMath
)
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
143
!(TM.Options.
UnsafeFPMath
&&
148
!(TM.Options.
UnsafeFPMath
&&
166
if (TM.Options.
UnsafeFPMath
) {
471
if (TM.Options.
UnsafeFPMath
) {
533
if (TM.Options.
UnsafeFPMath
) {
[
all
...]
/frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
708
if (!TM.Options.
UnsafeFPMath
) {
724
if (!TM.Options.
UnsafeFPMath
) {
[
all
...]
/external/clang/lib/Frontend/
CompilerInvocation.cpp
391
Opts.
UnsafeFPMath
= Args.hasArg(OPT_menable_unsafe_fp_math) ||
[
all
...]
Completed in 1891 milliseconds