Lines Matching refs:BaseT
99 return BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
266 return BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
288 return std::max(BaseT::getVectorInstrCost(Opcode, ValTy, Index), 2U); in getVectorInstrCost()
291 return BaseT::getVectorInstrCost(Opcode, ValTy, Index); in getVectorInstrCost()
319 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy); in getCmpSelInstrCost()
360 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
382 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
406 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
408 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
466 int Cost = BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info, in getArithmeticInstrCost()
517 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()