Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h127 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()
169 unsigned NoInfsFPMath : 1; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp60 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp521 Options.NoInfsFPMath = getEnableNoInfsFPMath(); in InitTargetOptionsFromCodeGenFlags()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.td311 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp398 Options.NoInfsFPMath = LangOpts.NoHonorInfs; in initTargetOptions()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp718 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14586 return Options.NoInfsFPMath || N->getFlags().hasNoInfs(); in hasNoInfs()
15974 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()
16031 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7946 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()