Searched refs:getRegUsageForType (Results 1 – 5 of 5) sorted by relevance
712 InstructionCost getRegUsageForType(Type *Ty) const;1531 virtual InstructionCost getRegUsageForType(Type *Ty) = 0;1925 InstructionCost getRegUsageForType(Type *Ty) override { in getRegUsageForType() function1926 return Impl.getRegUsageForType(Ty); in getRegUsageForType()
294 InstructionCost getRegUsageForType(Type *Ty) const { return 1; } in getRegUsageForType() function
452 InstructionCost TargetTransformInfo::getRegUsageForType(Type *Ty) const { in getRegUsageForType() function in TargetTransformInfo453 return TTIImpl->getRegUsageForType(Ty); in getRegUsageForType()
359 InstructionCost getRegUsageForType(Type *Ty) { in getRegUsageForType() function
6572 return *TTICapture.getRegUsageForType(VectorType::get(Ty, VF)).getValue(); in calculateRegisterUsage()