Home
last modified time | relevance | path

Searched refs:getPOWI (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcallUtil.h57 LLVM_ABI Libcall getPOWI(EVT RetVT);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp394 RTLIB::Libcall RTLIB::getPOWI(EVT RetVT) { in getPOWI() function in RTLIB
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp717 RTLIB::Libcall LC = IsPowI ? RTLIB::getPOWI(N->getValueType(0)) in SoftenFloatRes_ExpOp()
2015 ExpandFloatRes_Binary(N, RTLIB::getPOWI(N->getValueType(0)), Lo, Hi); in ExpandFloatRes_FPOWI()
H A DLegalizeDAG.cpp4862 RTLIB::Libcall LC = RTLIB::getPOWI(Node->getSimpleValueType(0)); in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2659 RTLIB::Libcall LC = IsPowI ? RTLIB::getPOWI(N->getValueType(0)) in PromoteIntOp_ExpOp()