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

  /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(
TargetTransformInfo.h 128 /// for a GEP instruction. Instead, use the dedicated getGEPCost interface as
144 int getGEPCost(Type *PointeeType, const Value *Ptr,
193 /// \c getGEPCost above, and one significant disadvantage: it can only be
633 virtual int getGEPCost(Type *PointeeType, const Value *Ptr,
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 74 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr,
76 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands);
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 307 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(),
StraightLineStrengthReduce.cpp 242 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(),
  /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 91 milliseconds