OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnsafeFPMath
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetOptionsImpl.cpp
46
return !
UnsafeFPMath
&& HonorSignDependentRoundingFPMathOption;
CommandFlags.cpp
493
Options.
UnsafeFPMath
= getEnableUnsafeFPMath();
/src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h
116
:
UnsafeFPMath
(false), NoInfsFPMath(false), NoNaNsFPMath(false),
145
///
UnsafeFPMath
- This flag is enabled when the
150
unsigned
UnsafeFPMath
: 1;
/src/external/apache2/llvm/dist/llvm/lib/Target/
TargetMachine.cpp
62
RESET_OPTION(
UnsafeFPMath
, "unsafe-fp-math");
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.cpp
253
(Options.
UnsafeFPMath
|| isTargetDarwin()))
ARMSubtarget.h
459
bool
UnsafeFPMath
= false;
ARMAsmPrinter.cpp
674
else if (!TM.Options.
UnsafeFPMath
)
709
else if (!TM.Options.
UnsafeFPMath
) {
ARMISelLowering.cpp
5532
if (getTargetMachine().Options.
UnsafeFPMath
&&
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AArch64.cpp
255
if (Opts.
UnsafeFPMath
)
ARM.cpp
843
if (Opts.
UnsafeFPMath
)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp
532
Options.
UnsafeFPMath
= LangOpts.
UnsafeFPMath
;
CGCall.cpp
1816
if (LangOpts.
UnsafeFPMath
)
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp
637
Options.
UnsafeFPMath
||
AMDGPULegalizerInfo.cpp
3070
bool AllowInaccurateRcp = MF.getTarget().Options.
UnsafeFPMath
||
3119
bool AllowInaccurateRcp = MF.getTarget().Options.
UnsafeFPMath
||
SIISelLowering.cpp
8250
// XXX - Is
UnsafeFPMath
sufficient to do this for f64? The maximum ULP
8282
DAG.getTarget().Options.
UnsafeFPMath
;
10287
if ((Options.AllowFPOpFusion == FPOpFusion::Fast || Options.
UnsafeFPMath
||
10607
if (Options.AllowFPOpFusion == FPOpFusion::Fast || Options.
UnsafeFPMath
||
AMDGPUISelLowering.cpp
2621
if (getTargetMachine().Options.
UnsafeFPMath
) {
/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
...]
LegalizeDAG.cpp
3201
if (!TLI.useSoftFloat() && TM.Options.
UnsafeFPMath
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
97
if (getTargetMachine().Options.
UnsafeFPMath
)
110
return !getTargetMachine().Options.
UnsafeFPMath
;
4303
if (MF.getTarget().Options.
UnsafeFPMath
)
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
390
!(TM.Options.
UnsafeFPMath
&& Subtarget.hasFRSQRTE() &&
395
!(TM.Options.
UnsafeFPMath
&& Subtarget.hasFRSQRTES() &&
508
if (TM.Options.
UnsafeFPMath
) {
959
if (TM.Options.
UnsafeFPMath
) {
8449
!DAG.getTarget().Options.
UnsafeFPMath
) {
16246
(Options.AllowFPOpFusion == FPOpFusion::Fast || Options.
UnsafeFPMath
));
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp
4487
return Options.
UnsafeFPMath
||
4566
return Inst.getParent()->getParent()->getTarget().Options.
UnsafeFPMath
;
AArch64ISelLowering.cpp
7133
if (DAG.getTarget().Options.
UnsafeFPMath
) {
11013
Options.
UnsafeFPMath
));
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
9587
(Options.AllowFPOpFusion == FPOpFusion::Fast || Options.
UnsafeFPMath
);
[
all
...]
Completed in 159 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026