Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1316 const char *LibCallDoubleName, SDValue Op,
1321 SDValue lowerLibCallBase(const char *LibCallDoubleName,
H A DPPCISelLowering.cpp18530 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()