Home
last modified time | relevance | path

Searched refs:getExtCost (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h201 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() function
1236 return Impl.getExtCost(I, Src); in getExtCost()
H A DTargetTransformInfoImpl.h123 int getExtCost(const Instruction *I, const Value *Src) { in getExtCost() function
825 return static_cast<T *>(this)->getExtCost(CI, Operands.back()); in getUserCost()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp86 int TargetTransformInfo::getExtCost(const Instruction *I, in getExtCost() function in TargetTransformInfo
88 return TTIImpl->getExtCost(I, Src); in getExtCost()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h283 int getExtCost(const Instruction *I, const Value *Src) { in getExtCost() function