HomeSort by relevance Sort by last modified time
    Searched refs:getGEPCost (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 54 llvm_unreachable("Use getGEPCost for GEP operations!");
105 int getGEPCost(Type *PointeeType, const Value *Ptr,
434 using BaseT::getGEPCost;
436 int getGEPCost(Type *PointeeType, const Value *Ptr,
509 return static_cast<T *>(this)->getGEPCost(
TargetTransformInfo.h 128 /// for a GEP instruction. Instead, use the dedicated getGEPCost interface as
144 int getGEPCost(Type *PointeeType, const Value *Ptr,
193 /// \c getGEPCost above, and one significant disadvantage: it can only be
633 virtual int getGEPCost(Type *PointeeType, const Value *Ptr,
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 74 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr,
76 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 55 llvm_unreachable("Use getGEPCost for GEP operations!");
106 int getGEPCost(Type *PointeeType, const Value *Ptr,
697 using BaseT::getGEPCost;
699 int getGEPCost(Type *PointeeType, const Value *Ptr,
786 return static_cast<T *>(this)->getGEPCost(GEP->getSourceElementType(),
TargetTransformInfo.h 177 /// for a GEP instruction. Instead, use the dedicated getGEPCost interface as
193 int getGEPCost(Type *PointeeType, const Value *Ptr,
255 /// \c getGEPCost above, and one significant disadvantage: it can only be
    [all...]
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 307 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(),
StraightLineStrengthReduce.cpp 242 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 303 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(),
StraightLineStrengthReduce.cpp 278 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(),
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 160 int getGEPCost(Type *PointeeType, const Value *Ptr,
162 return BaseT::getGEPCost(PointeeType, Ptr, Operands);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 217 int getGEPCost(Type *PointeeType, const Value *Ptr,
219 return BaseT::getGEPCost(PointeeType, Ptr, Operands);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 81 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr,
83 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands);
    [all...]

Completed in 307 milliseconds