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

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 74 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr,
76 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 54 llvm_unreachable("Use getGEPCost for GEP operations!");
105 int getGEPCost(Type *PointeeType, const Value *Ptr,
434 using BaseT::getGEPCost;
436 int getGEPCost(Type *PointeeType, const Value *Ptr,
509 return static_cast<T *>(this)->getGEPCost(
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 160 int getGEPCost(Type *PointeeType, const Value *Ptr,
162 return BaseT::getGEPCost(PointeeType, Ptr, Operands);
    [all...]

Completed in 227 milliseconds