Searched refs:getGEPCost (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 50 InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function 1065 using BaseT::getGEPCost; 1067 InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function 1174 Cost += static_cast<T *>(this)->getGEPCost(GEP->getSourceElementType(), in getPointersChainCost() 1234 return TargetTTI->getGEPCost(GEP->getSourceElementType(), in getInstructionCost()
|
H A D | TargetTransformInfo.h | 302 getGEPCost(Type *PointeeType, const Value *Ptr, 1815 virtual InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, 2206 getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function 2209 return Impl.getGEPCost(PointeeType, Ptr, Operands, AccessType, CostKind); in getGEPCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 331 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
|
H A D | StraightLineStrengthReduce.cpp | 284 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 245 InstructionCost TargetTransformInfo::getGEPCost( in getGEPCost() function in TargetTransformInfo 248 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands, AccessType, CostKind); in getGEPCost()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 444 InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function 447 return BaseT::getGEPCost(PointeeType, Ptr, Operands, AccessType, CostKind); in getGEPCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1814 Cost += getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in getPointersChainCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5136 return getGEPCost(BaseGEP->getSourceElementType(), in getPointersChainCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 8139 VecCost = TTI.getGEPCost(BaseGEP->getSourceElementType(), in getGEPCosts()
|