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()
102 InstructionCost SystemZTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst()
219 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostInst()
223 SystemZTTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
270 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostIntrin()
274 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport()
281 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences()
337 void SystemZTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences()
342 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
354 unsigned SystemZTTIImpl::getNumberOfRegisters(unsigned ClassID) const { in getNumberOfRegisters()
366 SystemZTTIImpl::getRegisterBitWidth(TargetTransformInfo::RegisterKind K) const { in getRegisterBitWidth()
379 unsigned SystemZTTIImpl::getMinPrefetchStride(unsigned NumMemAccesses, in getMinPrefetchStride()
396 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
420 InstructionCost SystemZTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost()
595 InstructionCost SystemZTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, in getShuffleCost()
648 unsigned SystemZTTIImpl::
690 unsigned SystemZTTIImpl::
741 unsigned SystemZTTIImpl::
758 InstructionCost SystemZTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost()
914 InstructionCost SystemZTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
999 InstructionCost SystemZTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
1020 bool SystemZTTIImpl::
1108 InstructionCost SystemZTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost()
1179 InstructionCost SystemZTTIImpl::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost()
1241 SystemZTTIImpl::getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA, in getIntrinsicInstrCost()