Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h40 unsigned NumInstructions; variable
57 NumExecutedPredecessors(0), NumInstructions(0), NumExecuting(0), in MemoryGroup()
71 unsigned getNumInstructions() const { return NumInstructions; } in getNumInstructions()
111 return NumExecuting && (NumExecuting == (NumInstructions - NumExecuted)); in isExecuting()
113 bool isExecuted() const { return NumInstructions == NumExecuted; } in isExecuted()
183 ++NumInstructions; in addInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp196 unsigned NumInstructions; member
205 Cost = (NumInstructions * (NumBlocks - 1)) - in calculateCost()
219 << " #Insts=" << C.NumInstructions << " #PHIs=" << C.NumPHIs << ">"; in operator <<()
753 Cand.NumInstructions = ++InstNum; in analyzeInstructionForSinking()
827 for (unsigned I = 0; I < C.NumInstructions; ++I) in sinkBB()
830 return C.NumInstructions; in sinkBB()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp299 unsigned NumInstructions = 0; member in __anon2e965c1c0111::CallAnalyzer
830 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis()
832 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis()
868 assert(NumInstructions == 0); in onAnalysisStart()
2101 ++NumInstructions; in analyzeBlock()
2407 DEBUG_PRINT_STAT(NumInstructions); in print()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp812 unsigned NumInstructions = InstructionSpecifiers.size(); in emitInstructionInfo() local
822 for (unsigned Index = 0; Index < NumInstructions; ++Index) { in emitInstructionInfo()
850 for (unsigned index = 0; index < NumInstructions; ++index) { in emitInstructionInfo()
H A DFixedLenDecoderEmitter.cpp54 STATISTIC(NumInstructions, "Number of instructions considered");
2487 NumInstructions++; in run()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1020 unsigned NumInstructions = ExtractedFunctionInsts.size(); in alignOutputBlockWithAggFunc() local
1021 for (unsigned Idx = 0; Idx < NumInstructions; Idx++) { in alignOutputBlockWithAggFunc()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1741 unsigned numInstructions() { return NumInstructions; } in numInstructions()
1781 unsigned NumInstructions = 0; variable