Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCodeMetrics.cpp126 InstructionCost NumInstsProxy = NumInsts; in analyzeBasicBlock()
127 InstructionCost NumInstsBeforeThisBB = NumInsts; in analyzeBasicBlock()
187 NumInsts = *NumInstsProxy.getValue(); in analyzeBasicBlock()
H A DModuleSummaryAnalysis.cpp247 unsigned NumInsts = 0; in computeFunctionSummary() local
271 ++NumInsts; in computeFunctionSummary()
473 Flags, NumInsts, FunFlags, /*EntryCount=*/0, std::move(Refs), in computeFunctionSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCodeMetrics.h51 unsigned NumInsts = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp222 size_t NumInsts = 0; in initialize() local
227 NumInsts += BB.size(); in initialize()
235 InstInfo.reserve(NumInsts); in initialize()
H A DLoopDataPrefetch.cpp300 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
H A DLoopUnrollPass.cpp665 unsigned LoopSize = Metrics.NumInsts; in ApproximateLoopSize()
H A DLoopUnswitch.cpp316 Props.SizeEstimation = Metrics.NumInsts; in countLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp150 int NumInsts = std::distance(NonDbgInsts.begin(), NonDbgInsts.end()); in reprocessBasicBlock() local
181 if (MBBOutRegsInfos[MBBNumber][Unit] < Def - NumInsts) in reprocessBasicBlock()
182 MBBOutRegsInfos[MBBNumber][Unit] = Def - NumInsts; in reprocessBasicBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp799 size_t NumInsts = CurrentLoadsAndStores.size(); in checkDependencies() local
800 for (size_t I = 0; I < NumInsts; ++I) { in checkDependencies()
801 for (size_t J = I; J < NumInsts; ++J) { in checkDependencies()
H A DLoopRotationUtils.cpp323 if (Metrics.NumInsts > MaxHeaderSize) { in rotateLoop()
325 << Metrics.NumInsts in rotateLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h655 FunctionSummary(GVFlags Flags, unsigned NumInsts, FFlags FunFlags,
665 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h281 unsigned NumInsts) const override;
H A DARMBaseInstrInfo.cpp2174 unsigned NumInsts) const { in extraSizeToPredicateInstructions()
2183 return divideCeil(NumInsts, MaxInsts) * 2; in extraSizeToPredicateInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h817 unsigned NumInsts) const { in extraSizeToPredicateInstructions() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2505 int NumInsts = AMDGPU::getRegBitWidth(RC->getID()) / 32; in canInsertSelect() local
2506 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect()
2509 return RI.hasVGPRs(RC) && NumInsts <= 6; in canInsertSelect()
2520 int NumInsts = AMDGPU::getRegBitWidth(RC->getID()) / 32; in canInsertSelect() local
2523 if (NumInsts % 2 == 0) in canInsertSelect()
2524 NumInsts /= 2; in canInsertSelect()
2526 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect()
H A DSIISelLowering.cpp10110 unsigned NumInsts = NumElem /* Number of compares */ + in shouldExpandVectorDynExt() local
10112 return NumInsts <= 16; in shouldExpandVectorDynExt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp728 if (Metrics.NumInsts <= (6 * SchedModel.getIssueWidth())) in isHardwareLoopProfitable()