Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp901 const TargetLibraryInfo *TLibInfo) const { in getArithmeticInstrCost()
906 if (TLibInfo && Opcode == Instruction::FRem) { in getArithmeticInstrCost()
910 TLibInfo->getLibFunc(Instruction::FRem, Ty->getScalarType(), Func) && in getArithmeticInstrCost()
911 TLibInfo->isFunctionVectorizable(TLibInfo->getName(Func), in getArithmeticInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1861 const TargetLibraryInfo &TLibInfo = DAG.getLibInfo(); in tryExpandVecMathCall() local
1862 const VecDesc *VD = TLibInfo.getVectorMappingInfo(LCName, VL, false); in tryExpandVecMathCall()
1864 VD = TLibInfo.getVectorMappingInfo(LCName, VL, /*Masked=*/true); in tryExpandVecMathCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1290 const TargetLibraryInfo *TLibInfo = nullptr) const;