Lines Matching refs:CostKind
247 Type *AccessType, TTI::TargetCostKind CostKind) const { in getGEPCost()
248 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands, AccessType, CostKind); in getGEPCost()
254 TTI::TargetCostKind CostKind) const { in getPointersChainCost()
257 return TTIImpl->getPointersChainCost(Ptrs, Base, Info, AccessTy, CostKind); in getPointersChainCost()
269 enum TargetCostKind CostKind) const { in getInstructionCost()
270 InstructionCost Cost = TTIImpl->getInstructionCost(U, Operands, CostKind); in getInstructionCost()
271 assert((CostKind == TTI::TCK_RecipThroughput || Cost >= 0) && in getInstructionCost()
596 TTI::TargetCostKind CostKind) const { in getScalarizationOverhead()
598 CostKind); in getScalarizationOverhead()
603 TTI::TargetCostKind CostKind) const { in getOperandsScalarizationOverhead()
604 return TTIImpl->getOperandsScalarizationOverhead(Args, Tys, CostKind); in getOperandsScalarizationOverhead()
695 TTI::TargetCostKind CostKind) const { in getIntImmCost()
696 InstructionCost Cost = TTIImpl->getIntImmCost(Imm, Ty, CostKind); in getIntImmCost()
703 TTI::TargetCostKind CostKind, Instruction *Inst) const { in getIntImmCostInst() argument
705 TTIImpl->getIntImmCostInst(Opcode, Idx, Imm, Ty, CostKind, Inst); in getIntImmCostInst()
713 TTI::TargetCostKind CostKind) const { in getIntImmCostIntrin()
715 TTIImpl->getIntImmCostIntrin(IID, Idx, Imm, Ty, CostKind); in getIntImmCostIntrin()
898 unsigned Opcode, Type *Ty, TTI::TargetCostKind CostKind, in getArithmeticInstrCost() argument
913 return getCallInstrCost(nullptr, VecTy, {VecTy, VecTy}, CostKind); in getArithmeticInstrCost()
917 TTIImpl->getArithmeticInstrCost(Opcode, Ty, CostKind, in getArithmeticInstrCost()
926 const SmallBitVector &OpcodeMask, TTI::TargetCostKind CostKind) const { in getAltInstrCost()
928 TTIImpl->getAltInstrCost(VecTy, Opcode0, Opcode1, OpcodeMask, CostKind); in getAltInstrCost()
935 TTI::TargetCostKind CostKind, int Index, VectorType *SubTp, in getShuffleCost() argument
937 InstructionCost Cost = TTIImpl->getShuffleCost(Kind, Ty, Mask, CostKind, in getShuffleCost()
989 TTI::TargetCostKind CostKind, const Instruction *I) const { in getCastInstrCost() argument
993 TTIImpl->getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
1007 unsigned Opcode, TTI::TargetCostKind CostKind, const Instruction *I) const { in getCFInstrCost() argument
1010 InstructionCost Cost = TTIImpl->getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
1017 TTI::TargetCostKind CostKind, const Instruction *I) const { in getCmpSelInstrCost() argument
1021 TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
1027 unsigned Opcode, Type *Val, TTI::TargetCostKind CostKind, unsigned Index, in getVectorInstrCost() argument
1033 TTIImpl->getVectorInstrCost(Opcode, Val, CostKind, Index, Op0, Op1); in getVectorInstrCost()
1040 TTI::TargetCostKind CostKind, in getVectorInstrCost() argument
1045 InstructionCost Cost = TTIImpl->getVectorInstrCost(I, Val, CostKind, Index); in getVectorInstrCost()
1052 TTI::TargetCostKind CostKind) const { in getReplicationShuffleCost()
1054 EltTy, ReplicationFactor, VF, DemandedDstElts, CostKind); in getReplicationShuffleCost()
1061 TTI::TargetCostKind CostKind, TTI::OperandValueInfo OpInfo, in getMemoryOpCost() argument
1066 Opcode, Src, Alignment, AddressSpace, CostKind, OpInfo, I); in getMemoryOpCost()
1073 TTI::TargetCostKind CostKind) const { in getMaskedMemoryOpCost()
1075 AddressSpace, CostKind); in getMaskedMemoryOpCost()
1082 Align Alignment, TTI::TargetCostKind CostKind, const Instruction *I) const { in getGatherScatterOpCost() argument
1084 Opcode, DataTy, Ptr, VariableMask, Alignment, CostKind, I); in getGatherScatterOpCost()
1092 Align Alignment, TTI::TargetCostKind CostKind, const Instruction *I) const { in getStridedMemoryOpCost() argument
1094 Opcode, DataTy, Ptr, VariableMask, Alignment, CostKind, I); in getStridedMemoryOpCost()
1101 Align Alignment, unsigned AddressSpace, TTI::TargetCostKind CostKind, in getInterleavedMemoryOpCost() argument
1104 Opcode, VecTy, Factor, Indices, Alignment, AddressSpace, CostKind, in getInterleavedMemoryOpCost()
1112 TTI::TargetCostKind CostKind) const { in getIntrinsicInstrCost()
1113 InstructionCost Cost = TTIImpl->getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
1121 TTI::TargetCostKind CostKind) const { in getCallInstrCost()
1122 InstructionCost Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
1151 TTI::TargetCostKind CostKind) const { in getArithmeticReductionCost()
1153 TTIImpl->getArithmeticReductionCost(Opcode, Ty, FMF, CostKind); in getArithmeticReductionCost()
1160 TTI::TargetCostKind CostKind) const { in getMinMaxReductionCost()
1162 TTIImpl->getMinMaxReductionCost(IID, Ty, FMF, CostKind); in getMinMaxReductionCost()
1169 FastMathFlags FMF, TTI::TargetCostKind CostKind) const { in getExtendedReductionCost()
1171 CostKind); in getExtendedReductionCost()
1176 TTI::TargetCostKind CostKind) const { in getMulAccReductionCost()
1177 return TTIImpl->getMulAccReductionCost(IsUnsigned, ResTy, Ty, CostKind); in getMulAccReductionCost()