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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 98 /// for a GEP instruction. Instead, use the dedicated getGEPCost interface as
115 virtual unsigned getGEPCost(const Value *Ptr,
157 /// \c getGEPCost above, and one significant disadvantage: it can only be
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 48 unsigned TargetTransformInfo::getGEPCost(
50 return PrevTTI->getGEPCost(Ptr, Operands);
274 llvm_unreachable("Use getGEPCost for GEP operations!");
323 unsigned getGEPCost(const Value *Ptr,
421 return TopTTI->getGEPCost(GEP->getPointerOperand(), Indices);

Completed in 610 milliseconds