Searched refs:getRegUsageForType (Results 1 – 7 of 7) sorted by relevance
113 unsigned getRegUsageForType(Type *Ty);
1904 unsigned RISCVTTIImpl::getRegUsageForType(Type *Ty) { in getRegUsageForType() function in RISCVTTIImpl1914 return BaseT::getRegUsageForType(Ty); in getRegUsageForType()
876 unsigned getRegUsageForType(Type *Ty) const;1935 virtual unsigned getRegUsageForType(Type *Ty) = 0;2467 unsigned getRegUsageForType(Type *Ty) override { in getRegUsageForType() function2468 return Impl.getRegUsageForType(Ty); in getRegUsageForType()
362 unsigned getRegUsageForType(Type *Ty) const { return 1; } in getRegUsageForType() function
573 unsigned TargetTransformInfo::getRegUsageForType(Type *Ty) const { in getRegUsageForType() function in TargetTransformInfo574 return TTIImpl->getRegUsageForType(Ty); in getRegUsageForType()
439 unsigned getRegUsageForType(Type *Ty) { in getRegUsageForType() function1282 return getRegUsageForType(Val->getScalarType()); in getVectorInstrCost()
5193 return TTICapture.getRegUsageForType(VectorType::get(Ty, VF)); in calculateRegisterUsage()