Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
649 unsigned SystemZTTIImpl::
691 unsigned SystemZTTIImpl::
742 unsigned SystemZTTIImpl::
1027 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.cpp313 return TargetTransformInfo(SystemZTTIImpl(this, F)); in getTargetTransformInfo()