Lines Matching refs:BaseT
73 return BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
240 return BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
264 return std::max(BaseT::getVectorInstrCost(Opcode, ValTy, Index), 2U); in getVectorInstrCost()
267 return BaseT::getVectorInstrCost(Opcode, ValTy, Index); in getVectorInstrCost()
295 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy); in getCmpSelInstrCost()
336 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
358 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
382 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
384 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
442 int Cost = BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info, in getArithmeticInstrCost()
493 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()