Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp219 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostInst()
223 SystemZTTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
270 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostIntrin()
274 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport()
396 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
420 InstructionCost SystemZTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost()
648 unsigned SystemZTTIImpl::
690 unsigned SystemZTTIImpl::
741 unsigned SystemZTTIImpl::
1020 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.cpp342 return TargetTransformInfo(SystemZTTIImpl(this, F)); in getTargetTransformInfo()