Searched refs:getGEPCost (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp57 unsigned TargetTransformInfo::getGEPCost( function in class:TargetTransformInfo
59 return PrevTTI->getGEPCost(Ptr, Operands);
271 llvm_unreachable("Use getGEPCost for GEP operations!");
320 unsigned getGEPCost(const Value *Ptr, function in struct:__anon2227::NoTTI
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h103 /// for a GEP instruction. Instead, use the dedicated getGEPCost interface as
120 virtual unsigned getGEPCost(const Value *Ptr,
162 /// \c getGEPCost above, and one significant disadvantage: it can only be

Completed in 86 milliseconds