Lines Matching refs:BaseT
73 BaseT::getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
127 return BaseT::getScalarizationOverhead(Ty, DemandedElts, Insert, Extract); in getScalarizationOverhead()
133 return BaseT::getOperandsScalarizationOverhead(Args, Tys); in getOperandsScalarizationOverhead()
139 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
150 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
170 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
211 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
219 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
232 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
241 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
259 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
270 return BaseT::getArithmeticInstrCost(Opcode, Ty, CostKind, Opd1Info, in getArithmeticInstrCost()
279 return BaseT::getArithmeticInstrCost(Opcode, Ty, CostKind, Opd1Info, Opd2Info, in getArithmeticInstrCost()
367 return BaseT::getUserCost(U, Operands, CostKind); in getUserCost()