Searched defs:getGEPCost (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 105 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function 436 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
|
D | TargetTransformInfo.h | 757 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 74 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function in TargetTransformInfo
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 160 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
|