Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp299 static mlir::FunctionType genF32F32FuncType(mlir::MLIRContext *context) { in genF32F32FuncType() function
327 {"abs", "llvm.fabs.f32", genF32F32FuncType},
329 {"aint", "llvm.trunc.f32", genF32F32FuncType},
331 {"anint", "llvm.round.f32", genF32F32FuncType},
334 {"ceil", "llvm.ceil.f32", genF32F32FuncType},
336 {"cos", "llvm.cos.f32", genF32F32FuncType},
339 {"floor", "llvm.floor.f32", genF32F32FuncType},
341 {"log", "llvm.log.f32", genF32F32FuncType},
343 {"log10", "llvm.log10.f32", genF32F32FuncType},
349 {"sin", "llvm.sin.f32", genF32F32FuncType},
[all …]