Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h195 int getUserCost(const User *U) const;
562 virtual int getUserCost(const User *U) = 0;
676 int getUserCost(const User *U) override { return Impl.getUserCost(U); } in getUserCost() function
DTargetTransformInfoImpl.h467 unsigned getUserCost(const User *U) { in getUserCost() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp76 int TargetTransformInfo::getUserCost(const User *U) const { in getUserCost() function in TargetTransformInfo
77 int Cost = TTIImpl->getUserCost(U); in getUserCost()
DCodeMetrics.cpp163 NumInsts += TTI.getUserCost(&*II); in analyzeBasicBlock()
DInlineCost.cpp446 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&I); in visitPtrToInt()
477 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&I); in visitIntToPtr()
494 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&I); in visitCastInst()
930 if (TargetTransformInfo::TCC_Free == TTI.getUserCost(&I)) in visitInstruction()
DCostModel.cpp384 return TTI->getUserCost(I); in getInstructionCost()
/external/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp187 return TTI.getUserCost(I); in ComputeSpeculationCost()
DLoopUnrollPass.cpp604 int InstCost = TTI.getUserCost(&I); in analyzeLoopUnrollCost()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4458 TTI->getUserCost(I) >= TargetTransformInfo::TCC_Expensive; in sinkSelectOperand()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp244 return TTI.getUserCost(I); in ComputeSpeculationCost()