Searched refs:getGEPCost (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 105 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function 745 using BaseT::getGEPCost; 747 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function 874 return static_cast<T *>(this)->getGEPCost(GEP->getSourceElementType(), in getUserCost()
|
D | TargetTransformInfo.h | 226 int getGEPCost(Type *PointeeType, const Value *Ptr, 1179 virtual int getGEPCost(Type *PointeeType, const Value *Ptr, 1416 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function 1418 return Impl.getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 303 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
|
D | StraightLineStrengthReduce.cpp | 278 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 179 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function in TargetTransformInfo 181 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 289 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function 291 return BaseT::getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
|