Home
last modified time | relevance | path

Searched refs:fast_math_flags (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcompiler_functor.h38 llvm::FastMathFlags fast_math_flags,
48 fast_math_flags_(fast_math_flags), in IRCompiler()
Dsimple_orc_jit.h61 bool disable_expensive_passes, llvm::FastMathFlags fast_math_flags,
69 bool disable_expensive_passes, llvm::FastMathFlags fast_math_flags,
Dsimple_orc_jit.cc92 bool disable_expensive_passes, llvm::FastMathFlags fast_math_flags, in SimpleOrcJIT() argument
109 disable_expensive_passes, fast_math_flags,
162 bool disable_expensive_passes, llvm::FastMathFlags fast_math_flags, in Create() argument
177 fast_math_flags, std::move(pre_optimization_hook), in Create()
Dllvm_ir_runtime.cc88 int32 vector_width, llvm::FastMathFlags fast_math_flags) { in RewriteCalls() argument
112 b.setFastMathFlags(fast_math_flags); in RewriteCalls()
396 llvm::FastMathFlags fast_math_flags) { in RewriteIRRuntimeFunctions() argument
400 std::placeholders::_2, std::placeholders::_3, fast_math_flags); in RewriteIRRuntimeFunctions()
Dllvm_ir_runtime.h46 llvm::FastMathFlags fast_math_flags);