Searched refs:getRegUsageForType (Results 1 – 7 of 7) sorted by relevance
88 unsigned getRegUsageForType(Type *Ty);
1455 unsigned RISCVTTIImpl::getRegUsageForType(Type *Ty) { in getRegUsageForType() function in RISCVTTIImpl1465 return BaseT::getRegUsageForType(Ty); in getRegUsageForType()
733 unsigned getRegUsageForType(Type *Ty) const;1676 virtual unsigned getRegUsageForType(Type *Ty) = 0;2143 unsigned getRegUsageForType(Type *Ty) override { in getRegUsageForType() function2144 return Impl.getRegUsageForType(Ty); in getRegUsageForType()
324 unsigned getRegUsageForType(Type *Ty) const { return 1; } in getRegUsageForType() function
495 unsigned TargetTransformInfo::getRegUsageForType(Type *Ty) const { in getRegUsageForType() function in TargetTransformInfo496 return TTIImpl->getRegUsageForType(Ty); in getRegUsageForType()
411 unsigned getRegUsageForType(Type *Ty) { in getRegUsageForType() function1222 return getRegUsageForType(Val->getScalarType()); in getVectorInstrCost()
6004 return TTICapture.getRegUsageForType(VectorType::get(Ty, VF)); in calculateRegisterUsage()