Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:getIntImmCost

75   unsigned getIntImmCost(const APInt &Imm, Type *Ty) const override;
77 unsigned getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm,
79 unsigned getIntImmCost(Intrinsic::ID IID, unsigned Idx, const APInt &Imm,
138 unsigned PPCTTI::getIntImmCost(const APInt &Imm, Type *Ty) const {
140 return TargetTransformInfo::getIntImmCost(Imm, Ty);
167 unsigned PPCTTI::getIntImmCost(Intrinsic::ID IID, unsigned Idx,
170 return TargetTransformInfo::getIntImmCost(IID, Idx, Imm, Ty);
188 return PPCTTI::getIntImmCost(Imm, Ty);
191 unsigned PPCTTI::getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm,
194 return TargetTransformInfo::getIntImmCost(Opcode, Idx, Imm, Ty);
271 return PPCTTI::getIntImmCost(Imm, Ty);