Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp304 static mlir::FunctionType genF64F64FuncType(mlir::MLIRContext *context) { in genF64F64FuncType() function
328 {"abs", "llvm.fabs.f64", genF64F64FuncType},
330 {"aint", "llvm.trunc.f64", genF64F64FuncType},
332 {"anint", "llvm.round.f64", genF64F64FuncType},
335 {"ceil", "llvm.ceil.f64", genF64F64FuncType},
337 {"cos", "llvm.cos.f64", genF64F64FuncType},
340 {"floor", "llvm.floor.f64", genF64F64FuncType},
342 {"log", "llvm.log.f64", genF64F64FuncType},
344 {"log10", "llvm.log10.f64", genF64F64FuncType},
350 {"sin", "llvm.sin.f64", genF64F64FuncType},
[all …]