Home
last modified time | relevance | path

Searched refs:RewriteIRRuntimeFunctions (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dllvm_ir_runtime.h41 void RewriteIRRuntimeFunctions(llvm::Module* module, bool enable_fast_math);
Dcompiler_functor.cc131 runtime::RewriteIRRuntimeFunctions(&module, enable_fast_math_); in operator ()()
Dllvm_ir_runtime.cc282 void RewriteIRRuntimeFunctions(llvm::Module* module, bool enable_fast_math) { in RewriteIRRuntimeFunctions() function