/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 96 UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions() 139 unsigned NoInfsFPMath : 1; variable 272 ARE_EQUAL(NoInfsFPMath) &&
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 102 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions() 136 unsigned NoInfsFPMath : 1; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | change-no-infs.ll | 1 ; Check that we can enable/disable NoInfsFPMath and NoNaNsInFPMath via function 13 ; when both NoInfsFPMath and NoNaNsInFPMath are enabled.
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetOptions.h | 78 extern bool NoInfsFPMath;
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetMachine.cpp | 33 bool NoInfsFPMath; variable 85 cl::location(NoInfsFPMath),
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 78 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 69 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.cc | 415 target_options.NoInfsFPMath = in CompilerTargetOptions() 422 target_options.NoInfsFPMath = false; in CompilerTargetOptions()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 293 Options.NoInfsFPMath = EnableNoInfsFPMath; in InitTargetOptionsFromCodeGenFlags()
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 619 Options.NoInfsFPMath = CodeGenOpts.NoInfsFPMath; in CreateTargetMachine()
|
D | CGCall.cpp | 1726 llvm::toStringRef(CodeGenOpts.NoInfsFPMath)); in ConstructAttributeList()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.td | 178 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.td | 196 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 106 CODEGENOPT(NoInfsFPMath , 1, 0) ///< Assume FP arguments, results not +-Inf.
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 71 tOpts.NoInfsFPMath = false; in JitManager()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 274 Options.NoInfsFPMath = EnableNoInfsFPMath;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibCalls.cpp | 1694 if (Options.UnsafeFPMath || Options.NoInfsFPMath) in setFastFlags()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 750 if (NoInfsFPMath && NoNaNsFPMath) in emitAttributes()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 780 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 701 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 560 Opts.NoInfsFPMath = (Args.hasArg(OPT_menable_no_infinities) || in ParseCodeGenArgs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3971 bool CanUseFiniteLibCall = TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath; in ConvertNodeToLibcall()
|
D | DAGCombiner.cpp | 10632 if (!Options.NoInfsFPMath) in visitFMULForFMADistributiveCombine()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6283 if (!DAG.getTarget().Options.NoInfsFPMath || in LowerSELECT_CC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6849 if (!DAG.getTarget().Options.NoInfsFPMath || in LowerSELECT_CC()
|