Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp197 unsigned PPCTTIImpl::getUserCost(const User *U, in getUserCost() function in PPCTTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp279 int HexagonTTIImpl::getUserCost(const User *U, in getUserCost() function in HexagonTTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h276 int getUserCost(const User *U) const { in getUserCost() function
1226 int getUserCost(const User *U, ArrayRef<const Value *> Operands) override { in getUserCost() function
DTargetTransformInfoImpl.h776 unsigned getUserCost(const User *U, ArrayRef<const Value *> Operands) { in getUserCost() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp86 int TargetTransformInfo::getUserCost(const User *U) const { in getUserCost() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h503 unsigned getUserCost(const User *U) { in getUserCost() function
DTargetTransformInfo.h782 int getUserCost(const User *U) override { return Impl.getUserCost(U); } in getUserCost() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2420 unsigned X86TTIImpl::getUserCost(const User *U, in getUserCost() function in X86TTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp104 int TargetTransformInfo::getUserCost(const User *U, in getUserCost() function in TargetTransformInfo