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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 107 virtual unsigned getOperationCost(unsigned Opcode, Type *Ty,
112 /// The contract for this function is the same as \c getOperationCost except
120 /// The contract for this is the same as \c getOperationCost except that it
156 /// lowered. It has two primary advantages over the \c getOperationCost and
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 43 unsigned TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty,
45 return PrevTTI->getOperationCost(Opcode, Ty, OpTy);
266 unsigned getOperationCost(unsigned Opcode, Type *Ty,
445 return getOperationCost(Operator::getOpcode(U), U->getType(),

Completed in 67 milliseconds