Lines Matching refs:BaseT

398   return BaseT::getCFInstrCost(Opcode, CostKind, I);  in getCFInstrCost()
427 BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I)); in getCastInstrCost()
802 BaseCost * BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I)); in getCastInstrCost()
825 BaseT::getVectorInstrCost(Opcode, ValTy, Index), 2U); in getVectorInstrCost()
838 return BaseT::getVectorInstrCost(Opcode, ValTy, Index); in getVectorInstrCost()
953 return BaseT::getScalarizationOverhead(VecValTy, false, true) + in getCmpSelInstrCost()
954 BaseT::getScalarizationOverhead(VecCondTy, true, false) + in getCmpSelInstrCost()
972 BaseT::getScalarizationOverhead(VecCondTy, true, false); in getCmpSelInstrCost()
984 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
999 !BaseT::isConstantStridedAccessLessThan(SE, Ptr, MaxMergeDistance + 1)) in getAddressComputationCost()
1006 return BaseT::getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
1246 return BaseCost * BaseT::getShuffleCost(Kind, Tp, Mask, Index, SubTp); in getShuffleCost()
1320 InstructionCost Cost = BaseT::getArithmeticInstrCost( in getArithmeticInstrCost()
1385 return BaseT::getScalarizationOverhead(VTy, Args, Tys) + Num * Cost; in getArithmeticInstrCost()
1402 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
1433 return BaseCost * BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
1448 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
1491 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
1501 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
1523 NumElems * LT.first + BaseT::getScalarizationOverhead(VTy, true, false) + in getGatherScatterOpCost()
1524 BaseT::getScalarizationOverhead(VTy, false, true); in getGatherScatterOpCost()
1600 return BaseT::getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind); in getArithmeticReductionCost()
1605 return BaseT::getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind); in getArithmeticReductionCost()
1617 return BaseT::getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind); in getArithmeticReductionCost()
1636 return BaseT::getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, ValTy, in getExtendedAddReductionCost()
1701 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
1706 BaseT::isLoweredToCall(F); in isLoweredToCall()
1762 return BaseT::isLoweredToCall(F); in isLoweredToCall()
2241 BaseT::getPeelingPreferences(L, SE, PP); in getPeelingPreferences()