Searched refs:LibCallDoubleName (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1316 const char *LibCallDoubleName, SDValue Op, 1321 SDValue lowerLibCallBase(const char *LibCallDoubleName,
|
| H A D | PPCISelLowering.cpp | 18530 const char *LibCallFloatName, const char *LibCallDoubleName, SDValue Op, in lowerLibCallBasedOnType() argument 18536 return lowerToLibCall(LibCallDoubleName, Op, DAG); in lowerLibCallBasedOnType() 18555 SDValue PPCTargetLowering::lowerLibCallBase(const char *LibCallDoubleName, in lowerLibCallBase() argument 18565 return lowerLibCallBasedOnType(LibCallFloatName, LibCallDoubleName, Op, in lowerLibCallBase()
|