Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1204 {"abs", "fabs", genF64F64FuncType, genMathOp<mlir::math::AbsOp>},
1209 {"aint", "llvm.trunc.f64", genF64F64FuncType, genLibCall},
1214 {"anint", "llvm.round.f64", genF64F64FuncType,
1226 {"cos", "cos", genF64F64FuncType, genMathOp<mlir::math::CosOp>},
1228 {"cosh", "cosh", genF64F64FuncType, genLibCall},
1230 {"erf", "erf", genF64F64FuncType, genMathOp<mlir::math::ErfOp>},
1232 {"exp", "exp", genF64F64FuncType, genMathOp<mlir::math::ExpOp>},
1239 {"log", "log", genF64F64FuncType, genMathOp<mlir::math::LogOp>},
1261 {"sin", "sin", genF64F64FuncType, genMathOp<mlir::math::SinOp>},
1263 {"sinh", "sinh", genF64F64FuncType, genLibCall},
[all …]