Lines Matching refs:Opcode

54     unsigned Opcode, Type *Ty, TTI::TargetCostKind CostKind,  in getArithmeticInstrCost()  argument
60 Opcode, Ty, CostKind, Op1Info, Op2Info); in getArithmeticInstrCost()
63 switch (Opcode) { in getArithmeticInstrCost()
74 getArithmeticInstrCost(Opcode, VTy->getElementType(), CostKind) + in getArithmeticInstrCost()
83 unsigned Opcode, Type *Dst, Type *Src, TTI::CastContextHint CCH, in getCastInstrCost() argument
85 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
90 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
94 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
141 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
145 unsigned Opcode, Type *Ty, Align Alignment, unsigned AddressSpace, in getMemoryOpCost() argument
149 return BaseT::getMemoryOpCost(Opcode, Ty, Alignment, AddressSpace, in getMemoryOpCost()
153 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getMemoryOpCost()
155 return BaseT::getMemoryOpCost(Opcode, Ty, Alignment, AddressSpace, in getMemoryOpCost()
162 return BaseT::getMemoryOpCost(Opcode, Ty, Alignment, AddressSpace, in getMemoryOpCost()
182 return BaseT::getMemoryOpCost(Opcode, Ty, Alignment, AddressSpace, CostKind); in getMemoryOpCost()
186 unsigned Opcode, Type *Val, TTI::TargetCostKind CostKind, unsigned Index, in getVectorInstrCost() argument
189 Opcode, Val, CostKind, Index, Op0, Op1); in getVectorInstrCost()
199 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType, in getPartialReductionCost() argument
218 if (Opcode != Instruction::Add) in getPartialReductionCost()