Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h50 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 DTargetTransformInfo.h302 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 DNaryReassociate.cpp331 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
H A DStraightLineStrengthReduce.cpp284 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp245 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 DBasicTTIImpl.h444 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 DRISCVTargetTransformInfo.cpp1814 Cost += getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in getPointersChainCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5136 return getGEPCost(BaseGEP->getSourceElementType(), in getPointersChainCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8139 VecCost = TTI.getGEPCost(BaseGEP->getSourceElementType(), in getGEPCosts()