Searched refs:GetFPLibCall (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 30 static RTLIB::Libcall GetFPLibCall(EVT VT, in GetFPLibCall() function 203 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMINNUM() 216 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMAXNUM() 229 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FADD() 241 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCEIL() 304 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCOS() 317 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FDIV() 1139 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMINNUM() 1149 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMAXNUM() 1159 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FADD() [all …]
|