Home
last modified time | relevance | path

Searched refs:FMAX_F64 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h212 FMAX_F64, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def246 HANDLE_LIBCALL(FMAX_F64, "fmax")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp229 Table[RTLIB::FMAX_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp215 RTLIB::FMAX_F64, in SoftenFloatRes_FMAXNUM()
1096 RTLIB::FMAX_F32, RTLIB::FMAX_F64, in ExpandFloatRes_FMAXNUM()
DLegalizeDAG.cpp3808 Results.push_back(ExpandFPLibCall(Node, RTLIB::FMAX_F32, RTLIB::FMAX_F64, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp218 RTLIB::FMAX_F64, in SoftenFloatRes_FMAXNUM()
1150 RTLIB::FMAX_F32, RTLIB::FMAX_F64, in ExpandFloatRes_FMAXNUM()
DLegalizeDAG.cpp4039 Results.push_back(ExpandFPLibCall(Node, RTLIB::FMAX_F32, RTLIB::FMAX_F64, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp220 Names[RTLIB::FMAX_F64] = "fmax"; in InitLibcallNames()