Searched refs:EnsureFPIntrinsicsExist (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 38 static void EnsureFPIntrinsicsExist(Module &M, Function *Fn, in EnsureFPIntrinsicsExist() function 135 EnsureFPIntrinsicsExist(M, I, "sqrtf", "sqrt", "sqrtl"); in AddPrototypes() 138 EnsureFPIntrinsicsExist(M, I, "sinf", "sin", "sinl"); in AddPrototypes() 141 EnsureFPIntrinsicsExist(M, I, "cosf", "cos", "cosl"); in AddPrototypes() 144 EnsureFPIntrinsicsExist(M, I, "powf", "pow", "powl"); in AddPrototypes() 147 EnsureFPIntrinsicsExist(M, I, "logf", "log", "logl"); in AddPrototypes() 150 EnsureFPIntrinsicsExist(M, I, "log2f", "log2", "log2l"); in AddPrototypes() 153 EnsureFPIntrinsicsExist(M, I, "log10f", "log10", "log10l"); in AddPrototypes() 156 EnsureFPIntrinsicsExist(M, I, "expf", "exp", "expl"); in AddPrototypes() 159 EnsureFPIntrinsicsExist(M, I, "exp2f", "exp2", "exp2l"); in AddPrototypes()
|