Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp220 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostInst()
224 SystemZTTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
271 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostIntrin()
275 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport()
397 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
421 InstructionCost SystemZTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost()
656 unsigned SystemZTTIImpl::
698 unsigned SystemZTTIImpl::
749 unsigned SystemZTTIImpl::
1068 bool SystemZTTIImpl::
[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.cpp317 return TargetTransformInfo(SystemZTTIImpl(this, F)); in getTargetTransformInfo()