/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 105 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()
|
D | TargetTransformInfo.h | 144 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/ |
D | TargetTransformInfoImpl.h | 106 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()
|
D | TargetTransformInfo.h | 193 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/ |
D | TargetTransformInfo.cpp | 74 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/ |
D | BasicTTIImpl.h | 160 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function 162 return BaseT::getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
|
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 307 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
|
D | StraightLineStrengthReduce.cpp | 242 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
|
/external/swiftshader/third_party/llvm-7.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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 81 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/ |
D | BasicTTIImpl.h | 217 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function 219 return BaseT::getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
|