Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1208 {"aint", "llvm.trunc.f32", genF32F32FuncType, genLibCall},
1209 {"aint", "llvm.trunc.f64", genF64F64FuncType, genLibCall},
1210 {"aint", "llvm.trunc.f80", genF80F80FuncType, genLibCall},
1227 {"cosh", "coshf", genF32F32FuncType, genLibCall},
1228 {"cosh", "cosh", genF64F64FuncType, genLibCall},
1236 {"hypot", "hypotf", genF32F32F32FuncType, genLibCall},
1237 {"hypot", "hypot", genF64F64F64FuncType, genLibCall},
1243 {"nint", "llvm.lround.i64.f64", genIntF64FuncType<64>, genLibCall},
1244 {"nint", "llvm.lround.i64.f32", genIntF32FuncType<64>, genLibCall},
1262 {"sinh", "sinhf", genF32F32FuncType, genLibCall},
[all …]