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.h55 Libcall getPOWI(EVT RetVT);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp386 RTLIB::Libcall RTLIB::getPOWI(EVT RetVT) { in getPOWI() function in RTLIB
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp679 RTLIB::Libcall LC = IsPowI ? RTLIB::getPOWI(N->getValueType(0)) in SoftenFloatRes_ExpOp()
1797 ExpandFloatRes_Binary(N, RTLIB::getPOWI(N->getValueType(0)), Lo, Hi); in ExpandFloatRes_FPOWI()
H A DLegalizeDAG.cpp4663 RTLIB::Libcall LC = RTLIB::getPOWI(Node->getSimpleValueType(0)); in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2530 RTLIB::Libcall LC = IsPowI ? RTLIB::getPOWI(N->getValueType(0)) in PromoteIntOp_ExpOp()