HomeSort by relevance Sort by last modified time
    Searched defs:getOperationCost (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 54 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
434 return static_cast<T *>(this)->getOperationCost(
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 49 unsigned TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty,
51 return TTIImpl->getOperationCost(Opcode, Ty, OpTy);
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 205 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
221 return BaseT::getOperationCost(Opcode, Ty, OpTy);

Completed in 599 milliseconds