Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h131 unsigned getOperationCost(unsigned Opcode, Type *Ty,
522 virtual unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) = 0;
608 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) override { in getOperationCost() function
609 return Impl.getOperationCost(Opcode, Ty, OpTy); in getOperationCost()
DTargetTransformInfoImpl.h54 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost() function
434 return static_cast<T *>(this)->getOperationCost( in getUserCost()
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp49 unsigned TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty, in getOperationCost() function in TargetTransformInfo
51 return TTIImpl->getOperationCost(Opcode, Ty, OpTy); in getOperationCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h205 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost() function
221 return BaseT::getOperationCost(Opcode, Ty, OpTy); in getOperationCost()