Home
last modified time | relevance | path

Searched defs:getGEPCost (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h49 InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, getGEPCost() function
1024 InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, getGEPCost() function
H A DTargetTransformInfo.h2130 getGEPCost(Type *PointeeType, const Value *Ptr, getGEPCost() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h431 InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, getGEPCost() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp244 InstructionCost TargetTransformInfo::getGEPCost( getGEPCost() function in TargetTransformInfo