Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h71 Libcall getPOWI(EVT RetVT);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp591 RTLIB::Libcall LC = RTLIB::getPOWI(N->getValueType(0)); in SoftenFloatRes_FPOWI()
1547 ExpandFloatRes_Binary(N, RTLIB::getPOWI(N->getValueType(0)), Lo, Hi); in ExpandFloatRes_FPOWI()
H A DLegalizeDAG.cpp4111 RTLIB::Libcall LC = RTLIB::getPOWI(Node->getSimpleValueType(0)); in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2200 RTLIB::Libcall LC = RTLIB::getPOWI(N->getValueType(0)); in PromoteIntOp_FPOWI()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp496 RTLIB::Libcall RTLIB::getPOWI(EVT RetVT) { in getPOWI() function in RTLIB