Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h149 EXP2_F128, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def171 HANDLE_LIBCALL(EXP2_F128, "exp2l")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp191 Table[RTLIB::EXP2_F128] = func_iPTR_i64_i64; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp342 RTLIB::EXP2_F128, in SoftenFloatRes_FEXP2()
1173 RTLIB::EXP2_F80, RTLIB::EXP2_F128, in ExpandFloatRes_FEXP2()
DLegalizeDAG.cpp3853 RTLIB::EXP2_F80, RTLIB::EXP2_F128, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp345 RTLIB::EXP2_F128, in SoftenFloatRes_FEXP2()
1227 RTLIB::EXP2_F80, RTLIB::EXP2_F128, in ExpandFloatRes_FEXP2()
DLegalizeDAG.cpp4127 RTLIB::EXP2_F80, RTLIB::EXP2_F128, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp167 Names[RTLIB::EXP2_F128] = "exp2l"; in InitLibcallNames()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1110 setLibcallName(RTLIB::EXP2_F128, "exp2f128"); in PPCTargetLowering()