Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h127 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()
169 unsigned NoInfsFPMath : 1; variable
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dchange-no-infs.ll1 ; Check that we can enable/disable NoInfsFPMath and NoNaNsInFPMath via function
13 ; when both NoInfsFPMath and NoNaNsInFPMath are enabled.
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachine.cpp60 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp519 Options.NoInfsFPMath = getEnableNoInfsFPMath(); in InitTargetOptionsFromCodeGenFlags()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.td315 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp391 Options.NoInfsFPMath = LangOpts.NoHonorInfs; in initTargetOptions()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp720 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13968 return Options.NoInfsFPMath || N->getFlags().hasNoInfs(); in hasNoInfs()
15335 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()
15390 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7936 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()