Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h137 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()
178 unsigned NoInfsFPMath : 1; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp115 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp544 Options.NoInfsFPMath = getEnableNoInfsFPMath(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td329 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp374 Options.NoInfsFPMath = LangOpts.NoHonorInfs; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp735 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3328 (MI.getFlag(MachineInstr::FmNoInfs) || TM.Options.NoInfsFPMath); in legalizeFlogCommon()
3619 if (!(Flags & MachineInstr::FmNoInfs) && !Options.NoInfsFPMath) { in legalizeFExp()
H A DAMDGPUISelLowering.cpp2726 (Flags.hasNoInfs() || Options.NoInfsFPMath); in LowerFLOGCommon()
3054 if (!Flags.hasNoInfs() && !Options.NoInfsFPMath) { in lowerFEXP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15556 return Options.NoInfsFPMath || N->getFlags().hasNoInfs(); in hasNoInfs()
17125 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()
17185 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8082 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()