Home
last modified time | relevance | path

Searched refs:target_options (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc411 llvm::TargetOptions target_options; in CompilerTargetOptions() local
414 target_options.UnsafeFPMath = true; in CompilerTargetOptions()
415 target_options.NoInfsFPMath = in CompilerTargetOptions()
417 target_options.NoNaNsFPMath = in CompilerTargetOptions()
419 target_options.NoSignedZerosFPMath = true; in CompilerTargetOptions()
421 target_options.UnsafeFPMath = false; in CompilerTargetOptions()
422 target_options.NoInfsFPMath = false; in CompilerTargetOptions()
423 target_options.NoNaNsFPMath = false; in CompilerTargetOptions()
424 target_options.NoSignedZerosFPMath = false; in CompilerTargetOptions()
426 return target_options; in CompilerTargetOptions()
Dsimple_orc_jit.cc80 const llvm::TargetOptions& target_options, in InferTargetMachineForJIT() argument
84 .setTargetOptions(target_options) in InferTargetMachineForJIT()
95 const llvm::TargetOptions& target_options, in SimpleOrcJIT() argument
101 : target_machine_(InferTargetMachineForJIT(target_options, opt_level)), in SimpleOrcJIT()
Dsimple_orc_jit.h58 const llvm::TargetOptions& target_options,
87 const llvm::TargetOptions& target_options,
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dnvptx_backend_lib.cc177 TargetOptions target_options = InitTargetOptionsFromCodeGenFlags(); in GetTargetMachine() local
180 target_options.MCOptions.AsmVerbose = false; in GetTargetMachine()
199 triple.str(), llvm_ir::AsStringRef(cpu_name), "+ptx60", target_options, in GetTargetMachine()