• Home
  • Raw
  • Download

Lines Matching refs:Ty

49 int TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty,  in getOperationCost()  argument
51 int Cost = TTIImpl->getOperationCost(Opcode, Ty, OpTy); in getOperationCost()
107 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, in isLegalAddressingMode() argument
112 return TTIImpl->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, in isLegalAddressingMode()
132 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() argument
137 int Cost = TTIImpl->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg, in getScalingFactorCost()
151 bool TargetTransformInfo::isTypeLegal(Type *Ty) const { in isTypeLegal()
152 return TTIImpl->isTypeLegal(Ty); in isTypeLegal()
180 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt()
181 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
184 int TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost()
185 int Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost()
190 int TargetTransformInfo::getIntImmCost(const APInt &Imm, Type *Ty) const { in getIntImmCost()
191 int Cost = TTIImpl->getIntImmCost(Imm, Ty); in getIntImmCost()
197 const APInt &Imm, Type *Ty) const { in getIntImmCost()
198 int Cost = TTIImpl->getIntImmCost(Opcode, Idx, Imm, Ty); in getIntImmCost()
204 const APInt &Imm, Type *Ty) const { in getIntImmCost()
205 int Cost = TTIImpl->getIntImmCost(IID, Idx, Imm, Ty); in getIntImmCost()
223 unsigned Opcode, Type *Ty, OperandValueKind Opd1Info, in getArithmeticInstrCost() argument
226 int Cost = TTIImpl->getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
232 int TargetTransformInfo::getShuffleCost(ShuffleKind Kind, Type *Ty, int Index, in getShuffleCost() argument
234 int Cost = TTIImpl->getShuffleCost(Kind, Ty, Index, SubTp); in getShuffleCost()
317 int TargetTransformInfo::getReductionCost(unsigned Opcode, Type *Ty, in getReductionCost() argument
319 int Cost = TTIImpl->getReductionCost(Opcode, Ty, IsPairwiseForm); in getReductionCost()