Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h209 FMIN_F128, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def243 HANDLE_LIBCALL(FMIN_F128, "fminl")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp227 Table[RTLIB::FMIN_F128] = func_iPTR_i64_i64_i64_i64; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp204 RTLIB::FMIN_F128, in SoftenFloatRes_FMINNUM()
1087 RTLIB::FMIN_F80, RTLIB::FMIN_F128, in ExpandFloatRes_FMINNUM()
DLegalizeDAG.cpp3804 RTLIB::FMIN_F80, RTLIB::FMIN_F128, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp207 RTLIB::FMIN_F128, in SoftenFloatRes_FMINNUM()
1141 RTLIB::FMIN_F80, RTLIB::FMIN_F128, in ExpandFloatRes_FMINNUM()
DLegalizeDAG.cpp4035 RTLIB::FMIN_F80, RTLIB::FMIN_F128, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp217 Names[RTLIB::FMIN_F128] = "fminl"; in InitLibcallNames()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1114 setLibcallName(RTLIB::FMIN_F128, "fminf128"); in PPCTargetLowering()