Searched refs:getExtCost (Results 1 – 4 of 4) sorted by relevance
234 int getExtCost(const Instruction *I, const Value *Src) const;1181 virtual int getExtCost(const Instruction *I, const Value *Src) = 0;1420 int getExtCost(const Instruction *I, const Value *Src) override { in getExtCost() function1421 return Impl.getExtCost(I, Src); in getExtCost()
126 int getExtCost(const Instruction *I, const Value *Src) { in getExtCost() function895 return static_cast<T *>(this)->getExtCost(cast<Instruction>(U), in getUserCost()
184 int TargetTransformInfo::getExtCost(const Instruction *I, in getExtCost() function in TargetTransformInfo186 return TTIImpl->getExtCost(I, Src); in getExtCost()
294 int getExtCost(const Instruction *I, const Value *Src) { in getExtCost() function