Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dllvm_ir_runtime.h32 extern const char* const kExpV16F32SymbolName;
Dcompiler_functor.cc184 {"expf", runtime::kExpV16F32SymbolName, llvm::ElementCount::getFixed(16)}, in VectorFunctionsForTargetLibraryInfoImpl()
185 {"llvm.exp.f32", runtime::kExpV16F32SymbolName, in VectorFunctionsForTargetLibraryInfoImpl()
Dllvm_ir_runtime.cc36 const char* const kExpV16F32SymbolName = "__xla_cpu_runtime_ExpV16F32"; variable
412 rewrite_calls(kExpV16F32SymbolName, GenerateVF32Exp, /*vector_width=*/16); in RewriteIRRuntimeFunctions()