Searched refs:SystemZTTIImpl (Results 1 – 3 of 3) sorted by relevance
183 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 …]
18 class SystemZTTIImpl : public BasicTTIImplBase<SystemZTTIImpl> {19 typedef BasicTTIImplBase<SystemZTTIImpl> BaseT;32 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl() function
329 return TargetTransformInfo(SystemZTTIImpl(this, F)); in getTargetTransformInfo()