Searched refs:getExtCost (Results 1 – 4 of 4) sorted by relevance
201 int getExtCost(const Instruction *I, const Value *Src) const;1037 virtual int getExtCost(const Instruction *I, const Value *Src) = 0;1235 int getExtCost(const Instruction *I, const Value *Src) override { in getExtCost() function1236 return Impl.getExtCost(I, Src); in getExtCost()
123 int getExtCost(const Instruction *I, const Value *Src) { in getExtCost() function825 return static_cast<T *>(this)->getExtCost(CI, Operands.back()); in getUserCost()
86 int TargetTransformInfo::getExtCost(const Instruction *I, in getExtCost() function in TargetTransformInfo88 return TTIImpl->getExtCost(I, Src); in getExtCost()
283 int getExtCost(const Instruction *I, const Value *Src) { in getExtCost() function