Home
last modified time | relevance | path

Searched defs:getUserCost (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp343 InstructionCost HexagonTTIImpl::getUserCost(const User *U, in getUserCost() function in HexagonTTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp321 InstructionCost PPCTTIImpl::getUserCost(const User *U, in getUserCost() function in PPCTTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h325 InstructionCost getUserCost(const User *U, TargetCostKind CostKind) const { in getUserCost() function
1759 InstructionCost getUserCost(const User *U, ArrayRef<const Value *> Operands, in getUserCost() function
H A DTargetTransformInfoImpl.h920 InstructionCost getUserCost(const User *U, ArrayRef<const Value *> Operands, in getUserCost() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp223 TargetTransformInfo::getUserCost(const User *U, in getUserCost() function in TargetTransformInfo