Searched refs:getOperationCost (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 137 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()
|
D | TargetTransformInfoImpl.h | 47 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost() function 534 return static_cast<T *>(this)->getOperationCost( in getUserCost()
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 50 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/ |
D | TargetTransformInfo.h | 219 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()
|
D | TargetTransformInfoImpl.h | 47 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/ |
D | BasicTTIImpl.h | 210 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/ |
D | TargetTransformInfo.cpp | 149 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/ |
D | BasicTTIImpl.h | 414 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost() function 434 return BaseT::getOperationCost(Opcode, Ty, OpTy); in getOperationCost()
|