Lines Matching refs:CostKind

166                                           TTI::TargetCostKind CostKind) {  in getIntImmCost()  argument
168 return BaseT::getIntImmCost(Imm, Ty, CostKind); in getIntImmCost()
197 TTI::TargetCostKind CostKind) { in getIntImmCostIntrin() argument
199 return BaseT::getIntImmCostIntrin(IID, Idx, Imm, Ty, CostKind); in getIntImmCostIntrin()
227 return PPCTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostIntrin()
232 TTI::TargetCostKind CostKind, in getIntImmCostInst() argument
235 return BaseT::getIntImmCostInst(Opcode, Idx, Imm, Ty, CostKind, Inst); in getIntImmCostInst()
313 return PPCTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostInst()
325 TTI::TargetCostKind CostKind) { in getInstructionCost() argument
329 return BaseT::getInstructionCost(U, Operands, CostKind); in getInstructionCost()
334 return LT.first * BaseT::getInstructionCost(U, Operands, CostKind); in getInstructionCost()
337 return BaseT::getInstructionCost(U, Operands, CostKind); in getInstructionCost()
585 unsigned Opcode, Type *Ty, TTI::TargetCostKind CostKind, in getArithmeticInstrCost() argument
596 if (CostKind != TTI::TCK_RecipThroughput) in getArithmeticInstrCost()
597 return BaseT::getArithmeticInstrCost(Opcode, Ty, CostKind, Op1Info, in getArithmeticInstrCost()
602 Opcode, Ty, CostKind, Op1Info, Op2Info); in getArithmeticInstrCost()
608 TTI::TargetCostKind CostKind, in getShuffleCost() argument
630 TTI::TargetCostKind CostKind, in getCFInstrCost() argument
632 if (CostKind != TTI::TCK_RecipThroughput) in getCFInstrCost()
641 TTI::TargetCostKind CostKind, in getCastInstrCost() argument
650 BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
653 if (CostKind != TTI::TCK_RecipThroughput) in getCastInstrCost()
661 TTI::TargetCostKind CostKind, in getCmpSelInstrCost() argument
669 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
671 if (CostKind != TTI::TCK_RecipThroughput) in getCmpSelInstrCost()
677 TTI::TargetCostKind CostKind, in getVectorInstrCost() argument
690 BaseT::getVectorInstrCost(Opcode, Val, CostKind, Index, Op0, Op1); in getVectorInstrCost()
769 TTI::TargetCostKind CostKind, in getMemoryOpCost() argument
779 CostKind); in getMemoryOpCost()
786 BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, CostKind); in getMemoryOpCost()
788 if (CostKind != TTI::TCK_RecipThroughput) in getMemoryOpCost()
849 Cost += getVectorInstrCost(Instruction::ExtractElement, Src, CostKind, i, in getMemoryOpCost()
857 Align Alignment, unsigned AddressSpace, TTI::TargetCostKind CostKind, in getInterleavedMemoryOpCost() argument
866 Alignment, AddressSpace, CostKind, in getInterleavedMemoryOpCost()
877 AddressSpace, CostKind); in getInterleavedMemoryOpCost()
891 TTI::TargetCostKind CostKind) { in getIntrinsicInstrCost() argument
892 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
1046 TTI::TargetCostKind CostKind, in getVPMemoryOpCost() argument
1049 AddressSpace, CostKind, I); in getVPMemoryOpCost()
1053 if (CostKind != TTI::TCK_RecipThroughput) in getVPMemoryOpCost()
1094 return getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, CostKind); in getVPMemoryOpCost()