HomeSort by relevance Sort by last modified time
    Searched defs:getUserCost (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 197 unsigned PPCTTIImpl::getUserCost(const User *U,
202 return LT.first * BaseT::getUserCost(U, Operands);
205 return BaseT::getUserCost(U, Operands);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 279 int HexagonTTIImpl::getUserCost(const User *U,
302 return BaseT::getUserCost(U, Operands);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 86 int TargetTransformInfo::getUserCost(const User *U) const {
87 int Cost = TTIImpl->getUserCost(U);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 503 unsigned getUserCost(const User *U) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h 143 return getUserCost(I);
272 int getUserCost(const User *U, ArrayRef<const Value *> Operands) const;
274 /// This is a helper function which calls the two-argument getUserCost
276 int getUserCost(const User *U) const {
279 return getUserCost(U, Operands);
350 /// getUserCost values returned by this API, and the expectation is that
    [all...]
TargetTransformInfoImpl.h 776 unsigned getUserCost(const User *U, ArrayRef<const Value *> Operands) {
822 if (getUserCost(I, Operands) == TTI::TCC_Free)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 104 int TargetTransformInfo::getUserCost(const User *U,
106 int Cost = TTIImpl->getUserCost(U, Operands);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]

Completed in 499 milliseconds