Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp183 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostInst()
187 SystemZTTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
234 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostIntrin()
238 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport()
359 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
383 InstructionCost SystemZTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost()
610 unsigned SystemZTTIImpl::
652 unsigned SystemZTTIImpl::
703 unsigned SystemZTTIImpl::
978 bool SystemZTTIImpl::
[all …]
H A DSystemZTargetTransformInfo.h18 class SystemZTTIImpl : public BasicTTIImplBase<SystemZTTIImpl> {
19 typedef BasicTTIImplBase<SystemZTTIImpl> BaseT;
32 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl() function
H A DSystemZTargetMachine.cpp329 return TargetTransformInfo(SystemZTTIImpl(this, F)); in getTargetTransformInfo()