Lines Matching defs:getCastInstrCost
2476 InstructionCost AArch64TTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst,
2519 BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I));
2805 getCastInstrCost(
2859 InstructionCost Part1 = AArch64TTIImpl::getCastInstrCost(
2861 InstructionCost Part2 = AArch64TTIImpl::getCastInstrCost(
2874 BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I));
2908 return Cost + getCastInstrCost(Opcode, Dst, Src, TTI::CastContextHint::None,
2914 return Cost + getCastInstrCost(Opcode, Dst, Src, TTI::CastContextHint::None,
2934 return Cost + getCastInstrCost(Opcode, Dst, Src, TTI::CastContextHint::None,
4019 getCastInstrCost(Instruction::ZExt, PromotedVTy, LegalVTy,
4021 getCastInstrCost(Instruction::Trunc, LegalVTy, PromotedVTy,