Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h234 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() function
1421 return Impl.getExtCost(I, Src); in getExtCost()
DTargetTransformInfoImpl.h126 int getExtCost(const Instruction *I, const Value *Src) { in getExtCost() function
895 return static_cast<T *>(this)->getExtCost(cast<Instruction>(U), in getUserCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp184 int TargetTransformInfo::getExtCost(const Instruction *I, in getExtCost() function in TargetTransformInfo
186 return TTIImpl->getExtCost(I, Src); in getExtCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h294 int getExtCost(const Instruction *I, const Value *Src) { in getExtCost() function