Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DOpToFuncCallLowering.h35 StringRef f64Func) in OpToFuncCallLowering()
38 f32Func(f32Func), f64Func(f64Func) {} in OpToFuncCallLowering()
107 return f64Func; in getFunctionName()
125 const std::string f64Func; member