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