Home
last modified time | relevance | path

Searched refs:NoInfsFPMath (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h110 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions()
144 unsigned NoInfsFPMath : 1; variable
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachine.cpp64 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.td204 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp463 Options.NoInfsFPMath = CodeGenOpts.NoInfsFPMath; in initTargetOptions()
H A DCGCall.cpp1761 llvm::toStringRef(CodeGenOpts.NoInfsFPMath)); in ConstructDefaultFnAttrList()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc281 Options.NoInfsFPMath = EnableNoInfsFPMath;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def137 CODEGENOPT(NoInfsFPMath , 1, 0) ///< Assume FP arguments, results not +-Inf.
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1693 if (Options.UnsafeFPMath || Options.NoInfsFPMath) in setFastFlags()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp713 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp826 Opts.NoInfsFPMath = (Args.hasArg(OPT_menable_no_infinities) || in ParseCodeGenArgs()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3761 bool CanUseFiniteLibCall = TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath; in ConvertNodeToLibcall()
H A DDAGCombiner.cpp10961 if (!Options.NoInfsFPMath) in visitFMULForFMADistributiveCombine()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6904 if (!DAG.getTarget().Options.NoInfsFPMath || in LowerSELECT_CC()