Home
last modified time | relevance | path

Searched refs:getOperationCost (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h137 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
632 virtual int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) = 0;
754 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) override { in getOperationCost() function
755 return Impl.getOperationCost(Opcode, Ty, OpTy); in getOperationCost()
DTargetTransformInfoImpl.h47 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost() function
534 return static_cast<T *>(this)->getOperationCost( in getUserCost()
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp50 int TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty, in getOperationCost() function in TargetTransformInfo
52 int Cost = TTIImpl->getOperationCost(Opcode, Ty, OpTy); in getOperationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h219 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
1178 virtual int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) = 0;
1413 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) override { in getOperationCost() function
1414 return Impl.getOperationCost(Opcode, Ty, OpTy); in getOperationCost()
DTargetTransformInfoImpl.h47 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost() function
898 return static_cast<T *>(this)->getOperationCost( in getUserCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h210 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost() function
226 return BaseT::getOperationCost(Opcode, Ty, OpTy); in getOperationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp149 int TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty, in getOperationCost() function in TargetTransformInfo
151 int Cost = TTIImpl->getOperationCost(Opcode, Ty, OpTy); in getOperationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h414 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost() function
434 return BaseT::getOperationCost(Opcode, Ty, OpTy); in getOperationCost()