Searched refs:getRegUsageForType (Results 1 – 7 of 7) sorted by relevance
94 unsigned getRegUsageForType(Type *Ty);
1473 unsigned RISCVTTIImpl::getRegUsageForType(Type *Ty) { in getRegUsageForType() function in RISCVTTIImpl1483 return BaseT::getRegUsageForType(Ty); in getRegUsageForType()
846 unsigned getRegUsageForType(Type *Ty) const;1867 virtual unsigned getRegUsageForType(Type *Ty) = 0;2376 unsigned getRegUsageForType(Type *Ty) override { in getRegUsageForType() function2377 return Impl.getRegUsageForType(Ty); in getRegUsageForType()
338 unsigned getRegUsageForType(Type *Ty) const { return 1; } in getRegUsageForType() function
547 unsigned TargetTransformInfo::getRegUsageForType(Type *Ty) const { in getRegUsageForType() function in TargetTransformInfo548 return TTIImpl->getRegUsageForType(Ty); in getRegUsageForType()
426 unsigned getRegUsageForType(Type *Ty) { in getRegUsageForType() function1268 return getRegUsageForType(Val->getScalarType()); in getVectorInstrCost()
5689 return TTICapture.getRegUsageForType(VectorType::get(Ty, VF)); in calculateRegisterUsage()