Searched refs:getRegUsageForType (Results 1 – 7 of 7) sorted by relevance
457 unsigned RISCVTTIImpl::getRegUsageForType(Type *Ty) { in getRegUsageForType() function in RISCVTTIImpl467 return BaseT::getRegUsageForType(Ty); in getRegUsageForType()
69 unsigned getRegUsageForType(Type *Ty);
751 unsigned getRegUsageForType(Type *Ty) const;1627 virtual unsigned getRegUsageForType(Type *Ty) = 0;2073 unsigned getRegUsageForType(Type *Ty) override { in getRegUsageForType() function2074 return Impl.getRegUsageForType(Ty); in getRegUsageForType()
320 unsigned getRegUsageForType(Type *Ty) const { return 1; } in getRegUsageForType() function
490 unsigned TargetTransformInfo::getRegUsageForType(Type *Ty) const { in getRegUsageForType() function in TargetTransformInfo491 return TTIImpl->getRegUsageForType(Ty); in getRegUsageForType()
389 unsigned getRegUsageForType(Type *Ty) { in getRegUsageForType() function
5938 return TTICapture.getRegUsageForType(VectorType::get(Ty, VF)); in calculateRegisterUsage()