Searched refs:UnsafeFPMath (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp46 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption;
H A DCommandFlags.cpp444 Options.UnsafeFPMath = getEnableUnsafeFPMath();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h116 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false),
143 /// UnsafeFPMath - This flag is enabled when the
148 unsigned UnsafeFPMath : 1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp62 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp253 (Options.UnsafeFPMath || isTargetDarwin()))
H A DARMSubtarget.h452 bool UnsafeFPMath = false; member in class:llvm::ARMSubtarget
H A DARMAsmPrinter.cpp674 else if (!TM.Options.UnsafeFPMath)
709 else if (!TM.Options.UnsafeFPMath) {
H A DARMISelLowering.cpp5552 if (getTargetMachine().Options.UnsafeFPMath &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp249 if (Opts.UnsafeFPMath)
H A DARM.cpp823 if (Opts.UnsafeFPMath)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp485 Options.UnsafeFPMath = LangOpts.UnsafeFPMath;
H A DCGCall.cpp1774 llvm::toStringRef(LangOpts.UnsafeFPMath));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11995 bool CanFuse = Options.UnsafeFPMath || isContractable(N);
11997 Options.UnsafeFPMath || N->getFlags().hasAllowReassociation();
12210 bool CanFuse = Options.UnsafeFPMath || isContractable(N);
12534 (Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath) &&
12540 bool HasFMAD = Options.UnsafeFPMath &&
12693 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) ||
12843 if (((Options.UnsafeFPMath && Options.NoSignedZerosFPMath) ||
12907 if (Options.UnsafeFPMath || Flags.hasAllowReassociation()) {
13022 bool UnsafeFPMath = Options.UnsafeFPMath || isContractabl local
[all...]
H A DLegalizeDAG.cpp3299 if (!TLI.useSoftFloat() && TM.Options.UnsafeFPMath) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp96 if (getTargetMachine().Options.UnsafeFPMath)
109 return !getTargetMachine().Options.UnsafeFPMath;
4303 if (MF.getTarget().Options.UnsafeFPMath)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2825 MF.getTarget().Options.UnsafeFPMath || MI.getFlag(MachineInstr::FmArcp);
2827 if (!MF.getTarget().Options.UnsafeFPMath && ResTy == S64)
H A DSIISelLowering.cpp8006 bool AllowInaccurateRcp = DAG.getTarget().Options.UnsafeFPMath ||
8025 // XXX - Is UnsafeFPMath sufficient to do this for f64? The maximum ULP
8276 if (DAG.getTarget().Options.UnsafeFPMath)
9964 if ((Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath ||
10284 if (Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath ||
H A DAMDGPUISelLowering.cpp2603 if (getTargetMachine().Options.UnsafeFPMath) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp345 !(TM.Options.UnsafeFPMath && Subtarget.hasFRSQRTE() &&
350 !(TM.Options.UnsafeFPMath && Subtarget.hasFRSQRTES() &&
446 if (TM.Options.UnsafeFPMath) {
850 if (TM.Options.UnsafeFPMath) {
1222 if (TM.Options.UnsafeFPMath) {
8642 !DAG.getTarget().Options.UnsafeFPMath) {
16432 (Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3886 return (Options.UnsafeFPMath ||
3963 return Inst.getParent()->getParent()->getTarget().Options.UnsafeFPMath;
H A DAArch64ISelLowering.cpp5880 if (DAG.getTarget().Options.UnsafeFPMath) {
9569 Options.UnsafeFPMath));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3236 Opts.UnsafeFPMath = Args.hasArg(OPT_menable_unsafe_fp_math) ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9404 (Options.AllowFPOpFusion == FPOpFusion::Fast || Options.UnsafeFPMath);
[all...]

Completed in 814 milliseconds