Home
last modified time | relevance | path

Searched refs:LibCallDoubleName (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1305 const char *LibCallDoubleName, SDValue Op,
1310 SDValue lowerLibCallBase(const char *LibCallDoubleName,
H A DPPCISelLowering.cpp18316 const char *LibCallFloatName, const char *LibCallDoubleName, SDValue Op, in lowerLibCallBasedOnType() argument
18322 return lowerToLibCall(LibCallDoubleName, Op, DAG); in lowerLibCallBasedOnType()
18341 SDValue PPCTargetLowering::lowerLibCallBase(const char *LibCallDoubleName, in lowerLibCallBase() argument
18351 return lowerLibCallBasedOnType(LibCallFloatName, LibCallDoubleName, Op, in lowerLibCallBase()