Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h96 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/
DTargetOptions.h102 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions()
136 unsigned NoInfsFPMath : 1; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dchange-no-infs.ll1 ; 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/
DTargetOptions.h78 extern bool NoInfsFPMath;
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp33 bool NoInfsFPMath; variable
85 cl::location(NoInfsFPMath),
/external/llvm/lib/Target/
DTargetMachine.cpp78 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp69 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc415 target_options.NoInfsFPMath = in CompilerTargetOptions()
422 target_options.NoInfsFPMath = false; in CompilerTargetOptions()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h293 Options.NoInfsFPMath = EnableNoInfsFPMath; in InitTargetOptionsFromCodeGenFlags()
/external/clang/lib/CodeGen/
DBackendUtil.cpp619 Options.NoInfsFPMath = CodeGenOpts.NoInfsFPMath; in CreateTargetMachine()
DCGCall.cpp1726 llvm::toStringRef(CodeGenOpts.NoInfsFPMath)); in ConstructAttributeList()
/external/llvm/include/llvm/IR/
DAttributes.td178 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.td196 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
/external/clang/include/clang/Frontend/
DCodeGenOptions.def106 CODEGENOPT(NoInfsFPMath , 1, 0) ///< Assume FP arguments, results not +-Inf.
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp71 tOpts.NoInfsFPMath = false; in JitManager()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc274 Options.NoInfsFPMath = EnableNoInfsFPMath;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp1694 if (Options.UnsafeFPMath || Options.NoInfsFPMath) in setFastFlags()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMAsmPrinter.cpp750 if (NoInfsFPMath && NoNaNsFPMath) in emitAttributes()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp780 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp701 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp560 Opts.NoInfsFPMath = (Args.hasArg(OPT_menable_no_infinities) || in ParseCodeGenArgs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3971 bool CanUseFiniteLibCall = TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath; in ConvertNodeToLibcall()
DDAGCombiner.cpp10632 if (!Options.NoInfsFPMath) in visitFMULForFMADistributiveCombine()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6283 if (!DAG.getTarget().Options.NoInfsFPMath || in LowerSELECT_CC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6849 if (!DAG.getTarget().Options.NoInfsFPMath || in LowerSELECT_CC()