Lines Matching refs:SystemZTTIImpl
52 unsigned SystemZTTIImpl::adjustInliningThreshold(const CallBase *CB) const { in adjustInliningThreshold()
69 InstructionCost SystemZTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, in getIntImmCost()
103 InstructionCost SystemZTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst()
220 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostInst()
224 SystemZTTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
271 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostIntrin()
275 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport()
282 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences()
338 void SystemZTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences()
343 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
355 unsigned SystemZTTIImpl::getNumberOfRegisters(unsigned ClassID) const { in getNumberOfRegisters()
367 SystemZTTIImpl::getRegisterBitWidth(TargetTransformInfo::RegisterKind K) const { in getRegisterBitWidth()
380 unsigned SystemZTTIImpl::getMinPrefetchStride(unsigned NumMemAccesses, in getMinPrefetchStride()
397 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
421 InstructionCost SystemZTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost()
602 InstructionCost SystemZTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, in getShuffleCost()
656 unsigned SystemZTTIImpl::
698 unsigned SystemZTTIImpl::
749 unsigned SystemZTTIImpl::
766 InstructionCost SystemZTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost()
960 InstructionCost SystemZTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
1045 InstructionCost SystemZTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
1068 bool SystemZTTIImpl::
1156 InstructionCost SystemZTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost()
1233 InstructionCost SystemZTTIImpl::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost()
1294 SystemZTTIImpl::getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA, in getIntrinsicInstrCost()