Home
last modified time | relevance | path

Searched defs:getGEPCost (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h105 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
747 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
DTargetTransformInfo.h1416 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h289 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp179 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function in TargetTransformInfo