Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h121 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()
169 unsigned NoInfsFPMath : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp162 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp557 Options.NoInfsFPMath = getEnableNoInfsFPMath(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td407 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp419 Options.NoInfsFPMath = LangOpts.NoHonorInfs; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp744 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2824 (Flags.hasNoInfs() || Options.NoInfsFPMath); in LowerFLOGCommon()
3153 if (!Flags.hasNoInfs() && !Options.NoInfsFPMath) { in lowerFEXP()
H A DAMDGPULegalizerInfo.cpp3482 (MI.getFlag(MachineInstr::FmNoInfs) || TM.Options.NoInfsFPMath); in legalizeFlogCommon()
3773 if (!(Flags & MachineInstr::FmNoInfs) && !Options.NoInfsFPMath) { in legalizeFExp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16862 return Options.NoInfsFPMath || N->getFlags().hasNoInfs(); in hasNoInfs()
18126 if ((Options.NoNaNsFPMath && Options.NoInfsFPMath) || in visitFMA()
18429 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()
18512 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()
H A DSelectionDAG.cpp5612 return Options.NoNaNsFPMath || Options.NoInfsFPMath; in canCreateUndefOrPoison()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8273 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc27073 {"_ZN4llvm12NoInfsFPMathE", "llvm::NoInfsFPMath"},