Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h162 const TargetLibraryInfo *getLibInfo() const { return LibInfo; } in getLibInfo() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp729 if (DAG.getLibInfo().getIntSize() != in SoftenFloatRes_ExpOp()
762 if (DAG.getLibInfo().getIntSize() != VT1.getSizeInBits()) { in SoftenFloatRes_FFREXP()
H A DLegalizeVectorOps.cpp2189 const TargetLibraryInfo &TLibInfo = DAG.getLibInfo(); in tryExpandVecMathCall()
H A DLegalizeIntegerTypes.cpp2682 assert(DAG.getLibInfo().getIntSize() == in PromoteIntOp_ExpOp()
4070 EVT::getIntegerVT(*DAG.getContext(), DAG.getLibInfo().getIntSize()); in ExpandIntRes_CTPOP()
5036 EVT::getIntegerVT(*DAG.getContext(), DAG.getLibInfo().getIntSize()); in ExpandIntRes_Shift()
H A DLegalizeDAG.cpp2326 EVT::getIntegerVT(*DAG.getContext(), DAG.getLibInfo().getIntSize()); in ExpandBitCountingLibCall()
4889 DAG.getLibInfo().getIntSize() == in ConvertNodeToLibcall()
H A DSelectionDAG.cpp2533 if (VecDesc const *VD = getLibInfo().getVectorMappingInfo( in expandMultipleResultFPLibCall()
H A DDAGCombiner.cpp18603 if (!DAG.getLibInfo().has(LibFunc_cbrt) || in visitFPOW()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h509 const TargetLibraryInfo &getLibInfo() const { return *LibInfo; }
H A DBasicTTIImpl.h308 auto const *LibInfo = ICA.getLibInfo();