HomeSort by: relevance | last modified time | path
    Searched defs:getUserCost (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 343 InstructionCost HexagonTTIImpl::getUserCost(const User *U,
367 return BaseT::getUserCost(U, Operands, CostKind);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 321 InstructionCost PPCTTIImpl::getUserCost(const User *U,
327 return BaseT::getUserCost(U, Operands, CostKind);
333 return LT.first * BaseT::getUserCost(U, Operands, CostKind);
336 return BaseT::getUserCost(U, Operands, CostKind);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 236 Cost = getUserCost(I, kind);
320 InstructionCost getUserCost(const User *U, ArrayRef<const Value *> Operands,
323 /// This is a helper function which calls the two-argument getUserCost
325 InstructionCost getUserCost(const User *U, TargetCostKind CostKind) const {
327 return getUserCost(U, Operands, CostKind);
425 /// getUserCost values returned by this API, and the expectation is that
1454 virtual InstructionCost getUserCost(const User *U,
1759 InstructionCost getUserCost(const User *U, ArrayRef<const Value *> Operands,
1761 return Impl.getUserCost(U, Operands, CostKind);
TargetTransformInfoImpl.h 920 InstructionCost getUserCost(const User *U, ArrayRef<const Value *> Operands,
1143 if (getUserCost(I, Operands, TTI::TCK_Latency) == TTI::TCC_Free)
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 223 TargetTransformInfo::getUserCost(const User *U,
226 InstructionCost Cost = TTIImpl->getUserCost(U, Operands, CostKind);
1392 return getUserCost(I, CostKind);

Completed in 65 milliseconds