| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | CodeMetrics.cpp | 126 InstructionCost NumInstsProxy = NumInsts; in analyzeBasicBlock() 127 InstructionCost NumInstsBeforeThisBB = NumInsts; in analyzeBasicBlock() 187 NumInsts = *NumInstsProxy.getValue(); in analyzeBasicBlock()
|
| H A D | ModuleSummaryAnalysis.cpp | 247 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 D | CodeMetrics.h | 51 unsigned NumInsts = false; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | ADCE.cpp | 222 size_t NumInsts = 0; in initialize() local 227 NumInsts += BB.size(); in initialize() 235 InstInfo.reserve(NumInsts); in initialize()
|
| H A D | LoopDataPrefetch.cpp | 300 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
|
| H A D | LoopUnrollPass.cpp | 665 unsigned LoopSize = Metrics.NumInsts; in ApproximateLoopSize()
|
| H A D | LoopUnswitch.cpp | 316 Props.SizeEstimation = Metrics.NumInsts; in countLoop()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ReachingDefAnalysis.cpp | 150 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 D | LoopUnrollAndJam.cpp | 799 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 D | LoopRotationUtils.cpp | 323 if (Metrics.NumInsts > MaxHeaderSize) { in rotateLoop() 325 << Metrics.NumInsts in rotateLoop()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 655 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 D | ARMBaseInstrInfo.h | 281 unsigned NumInsts) const override;
|
| H A D | ARMBaseInstrInfo.cpp | 2174 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 D | TargetInstrInfo.h | 817 unsigned NumInsts) const { in extraSizeToPredicateInstructions() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 2505 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 D | SIISelLowering.cpp | 10110 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 D | PPCTargetTransformInfo.cpp | 728 if (Metrics.NumInsts <= (6 * SchedModel.getIssueWidth())) in isHardwareLoopProfitable()
|