| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 111 NoNaNsFPMath(false), NoTrappingFPMath(false), in TargetOptions() 150 unsigned NoNaNsFPMath : 1; variable
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 65 RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); in resetTargetOptions()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrFPU.td | 204 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in { 216 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4] in { 390 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4,
|
| H A D | MipsInstrFPU.td | 669 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4, NotInMicroMips] in { 950 let AdditionalPredicates = [NoNaNsFPMath, HasMadd4, NotInMicroMips] in {
|
| H A D | MipsInstrInfo.td | 223 def NoNaNsFPMath : Predicate<"TM.Options.NoNaNsFPMath">;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 464 Options.NoNaNsFPMath = CodeGenOpts.NoNaNsFPMath; in initTargetOptions()
|
| H A D | CodeGenFunction.cpp | 81 if (CGM.getCodeGenOpts().NoNaNsFPMath) { in CodeGenFunction()
|
| H A D | CGCall.cpp | 1763 llvm::toStringRef(CodeGenOpts.NoNaNsFPMath)); in ConstructDefaultFnAttrList()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 836 [{ (void) N; return TM.Options.NoNaNsFPMath; }] 842 [{ (void)N; return TM.Options.NoNaNsFPMath; }]
|
| H A D | AMDGPULibCalls.cpp | 1695 if (Options.UnsafeFPMath || Options.NoNaNsFPMath) in setFastFlags()
|
| H A D | AMDGPUISelDAGToDAG.cpp | 273 if (TM.Options.NoNaNsFPMath) in isNoNanSrc()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | CommandFlags.inc | 282 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 143 CODEGENOPT(NoNaNsFPMath , 1, 0) ///< Assume FP arguments, results not NaN.
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 713 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrQPX.td | 1180 let Predicates = [HasQPX, NoNaNsFPMath] in {
|
| H A D | PPCInstrInfo.td | 913 def NoNaNsFPMath : Predicate<"TM.Options.NoNaNsFPMath">; 914 def NaNsFPMath : Predicate<"!TM.Options.NoNaNsFPMath">;
|
| H A D | PPCISelLowering.cpp | 6905 !DAG.getTarget().Options.NoNaNsFPMath) in LowerSELECT_CC()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 829 Opts.NoNaNsFPMath = (Args.hasArg(OPT_menable_no_nans) || in ParseCodeGenArgs()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1822 if (TM.Options.NoNaNsFPMath) in EmitBranchForMergedCondition() 2935 if ((FPMO && FPMO->hasNoNaNs()) || TM.Options.NoNaNsFPMath) in visitFCmp()
|
| H A D | LegalizeDAG.cpp | 3761 bool CanUseFiniteLibCall = TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath; in ConvertNodeToLibcall()
|
| H A D | SelectionDAG.cpp | 3815 if (getTarget().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs()) in isKnownNeverNaN()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 7850 bool NoNaNs = getTargetMachine().Options.NoNaNsFPMath; in LowerVSETCC()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 38955 if (DAG.getTarget().Options.NoNaNsFPMath || N->getFlags().hasNoNaNs()) in combineFMinNumFMaxNum()
|