Home
last modified time | relevance | path

Searched refs:NumInstructions (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h251 unsigned NumInstructions = 0; variable
279 unsigned getNumInstructions() const { return NumInstructions; } in getNumInstructions()
319 return NumExecuting && (NumExecuting == (NumInstructions - NumExecuted)); in isExecuting()
321 bool isExecuted() const { return NumInstructions == NumExecuted; } in isExecuted()
393 ++NumInstructions; in addInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp108 unsigned NumInstructions; member
117 Cost = (NumInstructions * (NumBlocks - 1)) - in calculateCost()
131 << " #Insts=" << C.NumInstructions << " #PHIs=" << C.NumPHIs << ">"; in operator <<()
714 Cand.NumInstructions = ++InstNum; in analyzeInstructionForSinking()
792 for (unsigned I = 0; I < C.NumInstructions; ++I) in sinkBB()
795 return C.NumInstructions; in sinkBB()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp26 unsigned NumInstructions = getSource().size(); in TimelineView() local
28 NumInstructions *= Iterations; in TimelineView()
29 Timeline.resize(NumInstructions); in TimelineView()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp392 unsigned NumInstructions = 0; member in __anon463f3bdb0111::CallAnalyzer
1104 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis()
1106 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis()
1165 assert(NumInstructions == 0); in onAnalysisStart()
1415 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis()
1417 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis()
2749 ++NumInstructions; in analyzeBlock()
3061 DEBUG_PRINT_STAT(NumInstructions); in print()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp859 unsigned NumInstructions = InstructionSpecifiers.size(); in emitInstructionInfo() local
869 for (unsigned Index = 0; Index < NumInstructions; ++Index) { in emitInstructionInfo()
899 for (unsigned index = 0; index < NumInstructions; ++index) { in emitInstructionInfo()
H A DDecoderEmitter.cpp98 STATISTIC(NumInstructions, "Number of instructions considered");
2607 NumInstructions++; in run()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1746 unsigned numInstructions() { return NumInstructions; } in numInstructions()
1786 unsigned NumInstructions = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11450 unsigned NumInstructions = 0; in reorderGatherNode() local
11460 ++NumInstructions; in reorderGatherNode()
11478 if (!IsOrdered && NumInstructions > 1) { in reorderGatherNode()