Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h138 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()
184 unsigned NoInfsFPMath : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp136 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp552 Options.NoInfsFPMath = getEnableNoInfsFPMath(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td347 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp383 Options.NoInfsFPMath = LangOpts.NoHonorInfs; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp735 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3424 (MI.getFlag(MachineInstr::FmNoInfs) || TM.Options.NoInfsFPMath); in legalizeFlogCommon()
3715 if (!(Flags & MachineInstr::FmNoInfs) && !Options.NoInfsFPMath) { in legalizeFExp()
H A DAMDGPUISelLowering.cpp2767 (Flags.hasNoInfs() || Options.NoInfsFPMath); in LowerFLOGCommon()
3095 if (!Flags.hasNoInfs() && !Options.NoInfsFPMath) { in lowerFEXP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15858 return Options.NoInfsFPMath || N->getFlags().hasNoInfs(); in hasNoInfs()
17429 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()
17512 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()
H A DSelectionDAG.cpp5303 return Options.NoNaNsFPMath || Options.NoInfsFPMath; in canCreateUndefOrPoison()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8207 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()