Searched refs:getRegUsageForType (Results 1 – 7 of 7) sorted by relevance
128 unsigned getRegUsageForType(Type *Ty) const override;
2615 unsigned RISCVTTIImpl::getRegUsageForType(Type *Ty) const { in getRegUsageForType() function in RISCVTTIImpl2632 return BaseT::getRegUsageForType(Ty); in getRegUsageForType()
505 return TTICapture.getRegUsageForType(VectorType::get(Ty, VF)); in calculateRegisterUsageForPlan()
590 unsigned TargetTransformInfo::getRegUsageForType(Type *Ty) const { in getRegUsageForType() function in TargetTransformInfo591 return TTIImpl->getRegUsageForType(Ty); in getRegUsageForType()
920 LLVM_ABI unsigned getRegUsageForType(Type *Ty) const;
422 virtual unsigned getRegUsageForType(Type *Ty) const { return 1; } in getRegUsageForType() function
537 unsigned getRegUsageForType(Type *Ty) const override { in getRegUsageForType() function1419 return getRegUsageForType(Val->getScalarType()); in getVectorInstrCost()