Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h40 unsigned NumInstructions = 0; variable
68 unsigned getNumInstructions() const { return NumInstructions; } in getNumInstructions()
108 return NumExecuting && (NumExecuting == (NumInstructions - NumExecuted)); in isExecuting()
110 bool isExecuted() const { return NumInstructions == NumExecuted; } in isExecuted()
180 ++NumInstructions; in addInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp189 unsigned NumInstructions; member
198 Cost = (NumInstructions * (NumBlocks - 1)) - in calculateCost()
212 << " #Insts=" << C.NumInstructions << " #PHIs=" << C.NumPHIs << ">"; in operator <<()
798 Cand.NumInstructions = ++InstNum; in analyzeInstructionForSinking()
876 for (unsigned I = 0; I < C.NumInstructions; ++I) in sinkBB()
879 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.cpp376 unsigned NumInstructions = 0; member in __anon463f3bdb0111::CallAnalyzer
1005 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis()
1007 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis()
1066 assert(NumInstructions == 0); in onAnalysisStart()
1311 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis()
1313 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis()
2555 ++NumInstructions; in analyzeBlock()
2864 DEBUG_PRINT_STAT(NumInstructions); in print()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp834 unsigned NumInstructions = InstructionSpecifiers.size(); in emitInstructionInfo() local
844 for (unsigned Index = 0; Index < NumInstructions; ++Index) { in emitInstructionInfo()
874 for (unsigned index = 0; index < NumInstructions; ++index) { in emitInstructionInfo()
H A DDecoderEmitter.cpp84 STATISTIC(NumInstructions, "Number of instructions considered");
2579 NumInstructions++; in run()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1748 unsigned numInstructions() { return NumInstructions; } in numInstructions()
1788 unsigned NumInstructions = 0; variable