Searched defs:getGEPCost (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 49 InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, getGEPCost() function |
H A D | TargetTransformInfo.h | 2130 getGEPCost(Type *PointeeType, const Value *Ptr, getGEPCost() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 431 InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, getGEPCost() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 244 InstructionCost TargetTransformInfo::getGEPCost( getGEPCost() function in TargetTransformInfo |