Lines Matching refs:Ty
49 unsigned TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty, in getOperationCost() argument
51 return TTIImpl->getOperationCost(Opcode, Ty, OpTy); in getOperationCost()
100 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, in isLegalAddressingMode() argument
104 return TTIImpl->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, in isLegalAddressingMode()
118 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() argument
122 return TTIImpl->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg, in getScalingFactorCost()
134 bool TargetTransformInfo::isTypeLegal(Type *Ty) const { in isTypeLegal()
135 return TTIImpl->isTypeLegal(Ty); in isTypeLegal()
159 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt()
160 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
163 unsigned TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost()
164 return TTIImpl->getFPOpCost(Ty); in getFPOpCost()
167 unsigned TargetTransformInfo::getIntImmCost(const APInt &Imm, Type *Ty) const { in getIntImmCost()
168 return TTIImpl->getIntImmCost(Imm, Ty); in getIntImmCost()
172 const APInt &Imm, Type *Ty) const { in getIntImmCost()
173 return TTIImpl->getIntImmCost(Opcode, Idx, Imm, Ty); in getIntImmCost()
177 const APInt &Imm, Type *Ty) const { in getIntImmCost()
178 return TTIImpl->getIntImmCost(IID, Idx, Imm, Ty); in getIntImmCost()
194 unsigned Opcode, Type *Ty, OperandValueKind Opd1Info, in getArithmeticInstrCost() argument
197 return TTIImpl->getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
201 unsigned TargetTransformInfo::getShuffleCost(ShuffleKind Kind, Type *Ty, in getShuffleCost() argument
203 return TTIImpl->getShuffleCost(Kind, Ty, Index, SubTp); in getShuffleCost()
258 unsigned TargetTransformInfo::getReductionCost(unsigned Opcode, Type *Ty, in getReductionCost() argument
260 return TTIImpl->getReductionCost(Opcode, Ty, IsPairwiseForm); in getReductionCost()