Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1310 SDValue lowerLibCallBase(const char *LibCallDoubleName,
H A DPPCISelLowering.cpp18126 SDValue PPCTargetLowering::lowerLibCallBase(const char *LibCallDoubleName, in lowerLibCallBase() function in PPCTargetLowering
18144 return lowerLibCallBase("__xl_pow", "__xl_powf", "__xl_pow_finite", in lowerPow()
18149 return lowerLibCallBase("__xl_sin", "__xl_sinf", "__xl_sin_finite", in lowerSin()
18154 return lowerLibCallBase("__xl_cos", "__xl_cosf", "__xl_cos_finite", in lowerCos()
18159 return lowerLibCallBase("__xl_log", "__xl_logf", "__xl_log_finite", in lowerLog()
18164 return lowerLibCallBase("__xl_log10", "__xl_log10f", "__xl_log10_finite", in lowerLog10()
18169 return lowerLibCallBase("__xl_exp", "__xl_expf", "__xl_exp_finite", in lowerExp()