/external/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 109 unsigned NumInstsBeforeThisBB = NumInsts; in analyzeBasicBlock() 165 NumInsts += TTI.getUserCost(&I); in analyzeBasicBlock() 185 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()
|
D | ModuleSummaryAnalysis.cpp | 72 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/ |
D | CodeMetrics.cpp | 119 unsigned NumInstsBeforeThisBB = NumInsts; in analyzeBasicBlock() 173 NumInsts += TTI.getUserCost(&I, TargetTransformInfo::TCK_CodeSize); in analyzeBasicBlock() 193 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()
|
D | ModuleSummaryAnalysis.cpp | 252 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/ |
D | CodeMetrics.cpp | 120 unsigned NumInstsBeforeThisBB = NumInsts; in analyzeBasicBlock() 174 NumInsts += TTI.getUserCost(&I); in analyzeBasicBlock() 194 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()
|
D | ModuleSummaryAnalysis.cpp | 252 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/ |
D | ARMBaseInfo.h | 114 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/ |
D | CodeMetrics.h | 53 unsigned NumInsts = false; member
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | CodeMetrics.h | 51 unsigned NumInsts = false; member
|
/external/llvm/include/llvm/Analysis/ |
D | CodeMetrics.h | 63 unsigned NumInsts = false; member
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 221 size_t NumInsts = 0; in initialize() local 226 NumInsts += BB.size(); in initialize() 234 InstInfo.reserve(NumInsts); in initialize()
|
D | LoopDataPrefetch.cpp | 300 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 221 size_t NumInsts = 0; in initialize() local 226 NumInsts += BB.size(); in initialize() 234 InstInfo.reserve(NumInsts); in initialize()
|
D | LoopDataPrefetch.cpp | 236 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 246 FunctionSummary(GVFlags Flags, unsigned NumInsts) in FunctionSummary() argument 247 : GlobalValueSummary(FunctionKind, Flags), InstCount(NumInsts) {} in FunctionSummary()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ReachingDefAnalysis.cpp | 149 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/ |
D | LoopUnrollAndJam.cpp | 793 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()
|
D | LoopRotationUtils.cpp | 319 if (Metrics.NumInsts > MaxHeaderSize) { in rotateLoop() 321 << Metrics.NumInsts in rotateLoop()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 202 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
|
D | LoopRotation.cpp | 235 if (Metrics.NumInsts > MaxHeaderSize) in rotateLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 261 if (Metrics.NumInsts > MaxHeaderSize) in rotateLoop()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 635 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/ |
D | ModuleSummaryIndex.h | 595 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/ |
D | ARMBaseInstrInfo.h | 279 unsigned NumInsts) const override;
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 277 unsigned NumInsts) const override;
|