Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1335 const char *LibCallDoubleName, SDValue Op,
1340 SDValue lowerLibCallBase(const char *LibCallDoubleName,
H A DPPCISelLowering.cpp19532 const char *LibCallFloatName, const char *LibCallDoubleName, SDValue Op, in lowerLibCallBasedOnType() argument
19538 return lowerToLibCall(LibCallDoubleName, Op, DAG); in lowerLibCallBasedOnType()
19557 SDValue PPCTargetLowering::lowerLibCallBase(const char *LibCallDoubleName, in lowerLibCallBase() argument
19567 return lowerLibCallBasedOnType(LibCallFloatName, LibCallDoubleName, Op, in lowerLibCallBase()