Home
last modified time | relevance | path

Searched refs:getGEPCost (Results 1 – 12 of 12) 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-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h106 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
697 using BaseT::getGEPCost;
699 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
786 return static_cast<T *>(this)->getGEPCost(GEP->getSourceElementType(), in getUserCost()
DTargetTransformInfo.h193 int getGEPCost(Type *PointeeType, const Value *Ptr,
1008 virtual int getGEPCost(Type *PointeeType, const Value *Ptr,
1198 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
1200 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-7.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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp81 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function in TargetTransformInfo
83 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h217 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
219 return BaseT::getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()