Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h116 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()
156 unsigned NoInfsFPMath : 1; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp63 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp488 Options.NoInfsFPMath = getEnableNoInfsFPMath(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td292 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp538 Options.NoInfsFPMath = LangOpts.NoHonorInfs; in initTargetOptions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp720 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13540 if (!Options.NoInfsFPMath) in visitFMULForFMADistributiveCombine()
14362 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()
14419 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7877 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()