Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dllvm_ir_runtime.h33 extern const char* const kLogV4F32SymbolName;
Dcompiler_functor.cc188 {"logf", runtime::kLogV4F32SymbolName, llvm::ElementCount::getFixed(4)}, in VectorFunctionsForTargetLibraryInfoImpl()
189 {"llvm.log.f32", runtime::kLogV4F32SymbolName, in VectorFunctionsForTargetLibraryInfoImpl()
Dllvm_ir_runtime.cc37 const char* const kLogV4F32SymbolName = "__xla_cpu_runtime_LogV4F32AVX"; variable
416 rewrite_calls(kLogV4F32SymbolName, GenerateVF32Log, /*vector_width=*/4); in RewriteIRRuntimeFunctions()