Searched refs:LibCallDoubleName (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1292 const char *LibCallDoubleName, SDValue Op, 1297 SDValue lowerLibCallBase(const char *LibCallDoubleName,
|
| H A D | PPCISelLowering.cpp | 17867 const char *LibCallFloatName, const char *LibCallDoubleName, SDValue Op, in lowerLibCallBasedOnType() argument 17873 return lowerToLibCall(LibCallDoubleName, Op, DAG); in lowerLibCallBasedOnType() 17892 SDValue PPCTargetLowering::lowerLibCallBase(const char *LibCallDoubleName, in lowerLibCallBase() argument 17902 return lowerLibCallBasedOnType(LibCallFloatName, LibCallDoubleName, Op, in lowerLibCallBase()
|