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

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 165 NumInsts += TTI.getUserCost(&I);
TargetTransformInfo.cpp 86 int TargetTransformInfo::getUserCost(const User *U) const {
87 int Cost = TTIImpl->getUserCost(U);
InlineCost.cpp 492 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&I);
523 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&I);
540 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&I);
    [all...]
CostModel.cpp 384 return TTI->getUserCost(I);
  /external/llvm/lib/Transforms/Scalar/
SpeculativeExecution.cpp 223 return TTI.getUserCost(I);
LoopUnrollPass.cpp 329 UnrolledCost += TTI.getUserCost(I);
417 RolledDynamicCost += TTI.getUserCost(&I);
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 204 int getUserCost(const User *U) const;
238 /// getUserCost values returned by this API, and the expectation is that
644 virtual int getUserCost(const User *U) = 0;
    [all...]
TargetTransformInfoImpl.h 503 unsigned getUserCost(const User *U) {
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 262 return TTI.getUserCost(I);
    [all...]

Completed in 932 milliseconds