Home
last modified time | relevance | path

Searched refs:getGEPCost (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h105 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
434 using BaseT::getGEPCost;
436 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
509 return static_cast<T *>(this)->getGEPCost( in getUserCost()
DTargetTransformInfo.h144 int getGEPCost(Type *PointeeType, const Value *Ptr,
633 virtual int getGEPCost(Type *PointeeType, const Value *Ptr,
757 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
759 return Impl.getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h105 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()
DTargetTransformInfo.h226 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()
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h47 int getGEPCost(Type *PointeeType, const Value *Ptr,
781 using BaseT::getGEPCost;
783 int getGEPCost(Type *PointeeType, const Value *Ptr,
891 return TargetTTI->getGEPCost(GEP->getSourceElementType(), in getUserCost()
DTargetTransformInfo.h274 int getGEPCost(Type *PointeeType, const Value *Ptr,
1367 virtual int getGEPCost(Type *PointeeType, const Value *Ptr,
1641 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
1644 return Impl.getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp74 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function in TargetTransformInfo
76 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h160 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
162 return BaseT::getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp307 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
DStraightLineStrengthReduce.cpp242 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp303 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
DStraightLineStrengthReduce.cpp278 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp299 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
DStraightLineStrengthReduce.cpp291 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp179 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function in TargetTransformInfo
181 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
/external/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp254 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function in TargetTransformInfo
257 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands, CostKind); in getGEPCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h289 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
291 return BaseT::getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h308 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
310 return BaseT::getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()