Home | History | Annotate | Download | only in X86

Lines Matching refs:APInt

107   unsigned getIntImmCost(const APInt &Imm, Type *Ty) const override;
109 unsigned getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm,
111 unsigned getIntImmCost(Intrinsic::ID IID, unsigned Idx, const APInt &Imm,
930 unsigned X86TTI::getIntImmCost(const APInt &Imm, Type *Ty) const {
948 APInt ImmVal = Imm;
956 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64);
964 unsigned X86TTI::getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm,
1033 const APInt &Imm, Type *Ty) const {