Home
last modified time | relevance | path

Searched refs:getPOW (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcallUtil.h61 LLVM_ABI Libcall getPOW(EVT RetVT);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp399 RTLIB::Libcall RTLIB::getPOW(EVT RetVT) { in getPOW() function in RTLIB
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp707 return SoftenFloatRes_Binary(N, RTLIB::getPOW(N->getValueType(0))); in SoftenFloatRes_FPOW()