Lines Matching refs:BaseT
160 return BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
327 return BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
349 return std::max(BaseT::getVectorInstrCost(Opcode, ValTy, Index), 2U); in getVectorInstrCost()
352 return BaseT::getVectorInstrCost(Opcode, ValTy, Index); in getVectorInstrCost()
380 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, I); in getCmpSelInstrCost()
393 !BaseT::isConstantStridedAccessLessThan(SE, Ptr, MaxMergeDistance + 1)) in getAddressComputationCost()
424 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
448 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
472 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
474 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
532 int Cost = BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info, in getArithmeticInstrCost()
588 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()