Lines Matching refs:BaseT
52 return BaseT::getIntImmCost(Imm, Ty); in getIntImmCost()
82 return BaseT::getIntImmCost(IID, Idx, Imm, Ty); in getIntImmCost()
116 return BaseT::getIntImmCost(Opcode, Idx, Imm, Ty); in getIntImmCost()
202 return LT.first * BaseT::getUserCost(U, Operands); in getUserCost()
205 return BaseT::getUserCost(U, Operands); in getUserCost()
220 BaseT::getUnrollingPreferences(L, SE, UP); in getUnrollingPreferences()
334 return BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info, in getArithmeticInstrCost()
355 return BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
360 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, I); in getCmpSelInstrCost()
374 return BaseT::getVectorInstrCost(Opcode, Val, Index); in getVectorInstrCost()
380 return BaseT::getVectorInstrCost(Opcode, Val, Index); in getVectorInstrCost()
397 return LHSPenalty + BaseT::getVectorInstrCost(Opcode, Val, Index); in getVectorInstrCost()
399 return BaseT::getVectorInstrCost(Opcode, Val, Index); in getVectorInstrCost()
409 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost()
480 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()