Searched refs:fast_math_flags (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | compiler_functor.h | 38 llvm::FastMathFlags fast_math_flags, 48 fast_math_flags_(fast_math_flags), in IRCompiler()
|
D | simple_orc_jit.h | 61 bool disable_expensive_passes, llvm::FastMathFlags fast_math_flags, 69 bool disable_expensive_passes, llvm::FastMathFlags fast_math_flags,
|
D | simple_orc_jit.cc | 92 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()
|
D | llvm_ir_runtime.h | 46 llvm::FastMathFlags fast_math_flags);
|
D | llvm_ir_runtime.cc | 88 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()
|