Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp295 int HexagonTTIImpl::getUserCost(const User *U, in getUserCost() function in HexagonTTIImpl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp205 unsigned PPCTTIImpl::getUserCost(const User *U, in getUserCost() function in PPCTTIImpl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp758 unsigned GCNTTIImpl::getUserCost(const User *U, in getUserCost() function in GCNTTIImpl
/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/llvm/lib/Analysis/
DTargetTransformInfo.cpp86 int TargetTransformInfo::getUserCost(const User *U) const { in getUserCost() function in TargetTransformInfo
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h332 int getUserCost(const User *U) const { in getUserCost() function
1451 int getUserCost(const User *U, ArrayRef<const Value *> Operands) override { in getUserCost() function
DTargetTransformInfoImpl.h861 unsigned getUserCost(const User *U, ArrayRef<const Value *> Operands) { in getUserCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp204 int TargetTransformInfo::getUserCost(const User *U, in getUserCost() function in TargetTransformInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3168 unsigned X86TTIImpl::getUserCost(const User *U, in getUserCost() function in X86TTIImpl