Searched refs:FloatFn (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | BuildLibCalls.h | 35 LibFunc DoubleFn, LibFunc FloatFn, LibFunc LongDoubleFn); 40 LibFunc DoubleFn, LibFunc FloatFn, 163 LibFunc DoubleFn, LibFunc FloatFn, 178 LibFunc FloatFn, LibFunc LongDoubleFn,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 1181 LibFunc DoubleFn, LibFunc FloatFn, LibFunc LongDoubleFn) { in hasFloatFn() argument 1186 return TLI->has(FloatFn); in hasFloatFn() 1195 LibFunc DoubleFn, LibFunc FloatFn, in getFloatFnName() argument 1197 assert(hasFloatFn(TLI, Ty, DoubleFn, FloatFn, LongDoubleFn) && in getFloatFnName() 1204 return TLI->getName(FloatFn); in getFloatFnName() 1475 LibFunc DoubleFn, LibFunc FloatFn, in emitUnaryFloatFnCall() argument 1480 DoubleFn, FloatFn, LongDoubleFn); in emitUnaryFloatFnCall() 1524 LibFunc DoubleFn, LibFunc FloatFn, in emitBinaryFloatFnCall() argument 1529 DoubleFn, FloatFn, LongDoubleFn); in emitBinaryFloatFnCall()
|