Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRuntimeLibcalls.h106 FMA_F32, enumerator
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h111 FMA_F32, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def113 HANDLE_LIBCALL(FMA_F32, "fmaf")
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp311 RTLIB::FMA_F32, in SoftenFloatRes_FMA()
1018 RTLIB::FMA_F32, in ExpandFloatRes_FMA()
DTargetLowering.cpp142 Names[RTLIB::FMA_F32] = "fmaf"; 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.cpp168 Table[RTLIB::FMA_F32] = f32_func_f32_f32_f32; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp401 RTLIB::FMA_F32, in SoftenFloatRes_FMA()
1223 RTLIB::FMA_F32, 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.cpp404 RTLIB::FMA_F32, in SoftenFloatRes_FMA()
1277 RTLIB::FMA_F32, in ExpandFloatRes_FMA()
DLegalizeDAG.cpp4197 Results.push_back(ExpandFPLibCall(Node, RTLIB::FMA_F32, RTLIB::FMA_F64, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp129 Names[RTLIB::FMA_F32] = "fmaf"; in InitLibcallNames()