Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h169 POW_F128, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def198 HANDLE_LIBCALL(POW_F128, "powl")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp203 Table[RTLIB::POW_F128] = func_iPTR_i64_i64_i64_i64; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp519 RTLIB::POW_F128, in SoftenFloatRes_FPOW()
1280 RTLIB::POW_F80, RTLIB::POW_F128, in ExpandFloatRes_FPOW()
DLegalizeDAG.cpp3897 RTLIB::POW_F80, RTLIB::POW_F128, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp520 RTLIB::POW_F128, in SoftenFloatRes_FPOW()
1334 RTLIB::POW_F80, RTLIB::POW_F128, in ExpandFloatRes_FPOW()
DLegalizeDAG.cpp4182 RTLIB::POW_F80, RTLIB::POW_F128, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp182 Names[RTLIB::POW_F128] = "powl"; in InitLibcallNames()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1113 setLibcallName(RTLIB::POW_F128, "powf128"); in PPCTargetLowering()