Lines Matching refs:getCastInstrCost

865       return getCastInstrCost(Instruction::ZExt, WideTy, SrcTy,  in getShuffleCost()
869 getCastInstrCost(Instruction::Trunc, SrcTy, WideTy, in getShuffleCost()
948 getCastInstrCost(Instruction::Trunc, Ty, WideVecTy, in getScalarizationOverhead()
1507 InstructionCost RISCVTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost() function in RISCVTTIImpl
1514 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
1521 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
1575 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
1586 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
1638 Cost += getCastInstrCost(Opcode, Dst, VecF32Ty, CCH, CostKind, I); in getCastInstrCost()
1654 getCastInstrCost(Instruction::Trunc, Dst, VecTy, CCH, CostKind, I); in getCastInstrCost()
1678 Cost += getCastInstrCost(Opcode, VecF32Ty, Src, CCH, CostKind, I); in getCastInstrCost()
1692 Cost += getCastInstrCost(Op, VecTy, Src, CCH, CostKind, I); in getCastInstrCost()
1700 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
1752 getCastInstrCost(Instruction::UIToFP, DstTy, SrcTy, in getMinMaxReductionCost()
1771 getCastInstrCost(Instruction::UIToFP, DstTy, SrcTy, in getMinMaxReductionCost()
2252 = getCastInstrCost(Instruction::ZExt, WideTy, Val, in getVectorInstrCost()
2259 = getCastInstrCost(Instruction::ZExt, WideTy, Val, in getVectorInstrCost()
2264 = getCastInstrCost(Instruction::Trunc, Val, WideTy, in getVectorInstrCost()
2396 getCastInstrCost(Instruction::FPExt, PromotedTy, LegalTy, in getArithmeticInstrCost()
2400 LT.first * getCastInstrCost(Instruction::FPTrunc, LegalTy, PromotedTy, in getArithmeticInstrCost()