Home
last modified time | relevance | path

Searched refs:FMA_F64 (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRuntimeLibcalls.h107 FMA_F64, enumerator
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h112 FMA_F64, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def114 HANDLE_LIBCALL(FMA_F64, "fma")
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp312 RTLIB::FMA_F64, in SoftenFloatRes_FMA()
1019 RTLIB::FMA_F64, in ExpandFloatRes_FMA()
DTargetLowering.cpp143 Names[RTLIB::FMA_F64] = "fma"; in InitLibcallNames()
DLegalizeDAG.cpp3398 Results.push_back(ExpandFPLibCall(Node, RTLIB::FMA_F32, RTLIB::FMA_F64, in ExpandNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp109 return Size == 64 ? RTLIB::FMA_F64 : RTLIB::FMA_F32; in getRTLibDesc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp169 Table[RTLIB::FMA_F64] = f64_func_f64_f64_f64; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp402 RTLIB::FMA_F64, in SoftenFloatRes_FMA()
1224 RTLIB::FMA_F64, in ExpandFloatRes_FMA()
DLegalizeDAG.cpp3911 Results.push_back(ExpandFPLibCall(Node, RTLIB::FMA_F32, RTLIB::FMA_F64, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp405 RTLIB::FMA_F64, in SoftenFloatRes_FMA()
1278 RTLIB::FMA_F64, in ExpandFloatRes_FMA()
DLegalizeDAG.cpp4197 Results.push_back(ExpandFPLibCall(Node, RTLIB::FMA_F32, RTLIB::FMA_F64, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp130 Names[RTLIB::FMA_F64] = "fma"; in InitLibcallNames()