Lines Matching refs:InstructionCost
106 InstructionCost getCallInstrCost(Function *F, Type *RetTy,
109 InstructionCost getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA,
111 InstructionCost getAddressComputationCost(Type *Tp, ScalarEvolution *SE,
113 InstructionCost
118 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src,
121 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, Type *Tp,
127 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
132 InstructionCost getInterleavedMemoryOpCost(
136 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
140 InstructionCost getArithmeticInstrCost(
146 InstructionCost getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
151 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val,
155 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
165 InstructionCost getInstructionCost(const User *U,