Home
last modified time | relevance | path

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

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