OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnsafeFPMath
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h
459
bool
UnsafeFPMath
= false;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
12838
bool CanFuse = Options.
UnsafeFPMath
|| isContractable(N);
12840
Options.
UnsafeFPMath
|| N->getFlags().hasAllowReassociation();
13048
bool CanFuse = Options.
UnsafeFPMath
|| isContractable(N);
13350
(Options.AllowFPOpFusion == FPOpFusion::Fast || Options.
UnsafeFPMath
) &&
13356
bool HasFMAD = Options.
UnsafeFPMath
&&
13510
if (((Options.
UnsafeFPMath
&& Options.NoSignedZerosFPMath) ||
13691
if (((Options.
UnsafeFPMath
&& Options.NoSignedZerosFPMath) ||
13749
if (Options.
UnsafeFPMath
|| Flags.hasAllowReassociation()) {
13864
bool
UnsafeFPMath
=
13865
Options.
UnsafeFPMath
|| N->getFlags().hasAllowReassociation()
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026