Home
last modified time | relevance | path

Searched refs:NumInsts (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/lib/Analysis/
DCodeMetrics.cpp109 unsigned NumInstsBeforeThisBB = NumInsts; in analyzeBasicBlock()
165 NumInsts += TTI.getUserCost(&I); in analyzeBasicBlock()
185 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()
DModuleSummaryAnalysis.cpp72 unsigned NumInsts = 0; in computeFunctionSummary() local
82 ++NumInsts; in computeFunctionSummary()
100 llvm::make_unique<FunctionSummary>(Flags, NumInsts); in computeFunctionSummary()
/external/llvm-project/llvm/lib/Analysis/
DCodeMetrics.cpp119 unsigned NumInstsBeforeThisBB = NumInsts; in analyzeBasicBlock()
173 NumInsts += TTI.getUserCost(&I, TargetTransformInfo::TCK_CodeSize); in analyzeBasicBlock()
193 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()
DModuleSummaryAnalysis.cpp252 unsigned NumInsts = 0; in computeFunctionSummary() local
276 ++NumInsts; in computeFunctionSummary()
477 Flags, NumInsts, FunFlags, /*EntryCount=*/0, std::move(Refs), in computeFunctionSummary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp120 unsigned NumInstsBeforeThisBB = NumInsts; in analyzeBasicBlock()
174 NumInsts += TTI.getUserCost(&I); in analyzeBasicBlock()
194 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()
DModuleSummaryAnalysis.cpp252 unsigned NumInsts = 0; in computeFunctionSummary() local
276 ++NumInsts; in computeFunctionSummary()
473 Flags, NumInsts, FunFlags, /*EntryCount=*/0, std::move(Refs), in computeFunctionSummary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h114 inline static unsigned getARMVPTBlockMask(unsigned NumInsts) { in getARMVPTBlockMask() argument
115 switch (NumInsts) { in getARMVPTBlockMask()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCodeMetrics.h53 unsigned NumInsts = false; member
/external/llvm-project/llvm/include/llvm/Analysis/
DCodeMetrics.h51 unsigned NumInsts = false; member
/external/llvm/include/llvm/Analysis/
DCodeMetrics.h63 unsigned NumInsts = false; member
/external/llvm-project/llvm/lib/Transforms/Scalar/
DADCE.cpp221 size_t NumInsts = 0; in initialize() local
226 NumInsts += BB.size(); in initialize()
234 InstInfo.reserve(NumInsts); in initialize()
DLoopDataPrefetch.cpp300 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp221 size_t NumInsts = 0; in initialize() local
226 NumInsts += BB.size(); in initialize()
234 InstInfo.reserve(NumInsts); in initialize()
DLoopDataPrefetch.cpp236 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h246 FunctionSummary(GVFlags Flags, unsigned NumInsts) in FunctionSummary() argument
247 : GlobalValueSummary(FunctionKind, Flags), InstCount(NumInsts) {} in FunctionSummary()
/external/llvm-project/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp149 int NumInsts = std::distance(NonDbgInsts.begin(), NonDbgInsts.end()); in reprocessBasicBlock() local
180 if (MBBOutRegsInfos[MBBNumber][Unit] < Def - NumInsts) in reprocessBasicBlock()
181 MBBOutRegsInfos[MBBNumber][Unit] = Def - NumInsts; in reprocessBasicBlock()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp793 size_t NumInsts = CurrentLoadsAndStores.size(); in checkDependencies() local
794 for (size_t I = 0; I < NumInsts; ++I) { in checkDependencies()
795 for (size_t J = I; J < NumInsts; ++J) { in checkDependencies()
DLoopRotationUtils.cpp319 if (Metrics.NumInsts > MaxHeaderSize) { in rotateLoop()
321 << Metrics.NumInsts in rotateLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp202 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
DLoopRotation.cpp235 if (Metrics.NumInsts > MaxHeaderSize) in rotateLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp261 if (Metrics.NumInsts > MaxHeaderSize) in rotateLoop()
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h635 FunctionSummary(GVFlags Flags, unsigned NumInsts, FFlags FunFlags,
645 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount),
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h595 FunctionSummary(GVFlags Flags, unsigned NumInsts, FFlags FunFlags,
604 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h279 unsigned NumInsts) const override;
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h277 unsigned NumInsts) const override;

12