Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.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()
HDTargetTransformInfo.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-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDNaryReassociate.cpp331 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
HDStraightLineStrengthReduce.cpp284 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp245 InstructionCost TargetTransformInfo::getGEPCost( in getGEPCost() function in TargetTransformInfo
248 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands, AccessType, CostKind); in getGEPCost()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h444 InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
447 return BaseT::getGEPCost(PointeeType, Ptr, Operands, AccessType, CostKind); in getGEPCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.cpp1814 Cost += getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in getPointersChainCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.cpp5136 return getGEPCost(BaseGEP->getSourceElementType(), in getPointersChainCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp8139 VecCost = TTI.getGEPCost(BaseGEP->getSourceElementType(), in getGEPCosts()