Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h49 InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
960 InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
H A DTargetTransformInfo.h1926 getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h416 InstructionCost getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp212 TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function in TargetTransformInfo