Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h73 NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()
121 unsigned NoInfsFPMath : 1; variable
274 ARE_EQUAL(NoInfsFPMath) &&
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp64 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DCommandFlags.h271 Options.NoInfsFPMath = EnableNoInfsFPMath; in InitTargetOptionsFromCodeGenFlags()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp511 Options.NoInfsFPMath = CodeGenOpts.NoInfsFPMath; in CreateTargetMachine()
H A DCGCall.cpp1449 llvm::toStringRef(CodeGenOpts.NoInfsFPMath)); in ConstructAttributeList()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCodeGenOptions.def80 CODEGENOPT(NoInfsFPMath , 1, 0) ///< Assume FP arguments, results not +-Inf.
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp754 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp439 Opts.NoInfsFPMath = (Args.hasArg(OPT_menable_no_infinities) || in ParseCodeGenArgs()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5355 if (!DAG.getTarget().Options.NoInfsFPMath || in LowerSELECT_CC()