Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp56 unsigned SystemZTTIImpl::adjustInliningThreshold(const CallBase *CB) const { in adjustInliningThreshold()
73 InstructionCost SystemZTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, in getIntImmCost()
107 InstructionCost SystemZTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst()
224 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostInst()
228 SystemZTTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
275 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostIntrin()
279 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport()
286 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences()
342 void SystemZTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences()
347 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
[all …]
H A DSystemZTargetTransformInfo.h18 class SystemZTTIImpl : public BasicTTIImplBase<SystemZTTIImpl> {
19 typedef BasicTTIImplBase<SystemZTTIImpl> BaseT;
34 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl() function
H A DSystemZTargetMachine.cpp327 return TargetTransformInfo(SystemZTTIImpl(this, F)); in getTargetTransformInfo()