Home
last modified time | relevance | path

Searched refs:FMAX_F128 (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h214 FMAX_F128, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def248 HANDLE_LIBCALL(FMAX_F128, "fmaxl")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp230 Table[RTLIB::FMAX_F128] = func_iPTR_i64_i64_i64_i64; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp217 RTLIB::FMAX_F128, in SoftenFloatRes_FMAXNUM()
1097 RTLIB::FMAX_F80, RTLIB::FMAX_F128, in ExpandFloatRes_FMAXNUM()
DLegalizeDAG.cpp3809 RTLIB::FMAX_F80, RTLIB::FMAX_F128, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp220 RTLIB::FMAX_F128, in SoftenFloatRes_FMAXNUM()
1151 RTLIB::FMAX_F80, RTLIB::FMAX_F128, in ExpandFloatRes_FMAXNUM()
DLegalizeDAG.cpp4040 RTLIB::FMAX_F80, RTLIB::FMAX_F128, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp222 Names[RTLIB::FMAX_F128] = "fmaxl"; in InitLibcallNames()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1115 setLibcallName(RTLIB::FMAX_F128, "fmaxf128"); in PPCTargetLowering()