| /llvm-project-15.0.7/llvm/test/Transforms/Inline/AArch64/ |
| H A D | ext.ll | 15 ; CHECK: NumInstructions: 4 31 ; CHECK: NumInstructions: 4 47 ; CHECK: NumInstructions: 4 63 ; CHECK: NumInstructions: 3 78 ; CHECK: NumInstructions: 3 93 ; CHECK: NumInstructions: 3 108 ; CHECK: NumInstructions: 3 123 ; CHECK: NumInstructions: 3 138 ; CHECK: NumInstructions: 3 153 ; CHECK: NumInstructions: 3 [all …]
|
| H A D | logical-and-or.ll | 17 ; CHECK: NumInstructions: 4 32 ; CHECK: NumInstructions: 4 48 ; CHECK: NumInstructions: 2 62 ; CHECK: NumInstructions: 2 75 ; CHECK: NumInstructions: 5
|
| H A D | gep-cost.ll | 26 ; CHECK: NumInstructions: 2 36 ; CHECK: NumInstructions: 2 47 ; CHECK: NumInstructions: 2
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/X86/ |
| H A D | ext.ll | 15 ; CHECK: NumInstructions: 4 31 ; CHECK: NumInstructions: 3 46 ; CHECK: NumInstructions: 3 61 ; CHECK: NumInstructions: 3 76 ; CHECK: NumInstructions: 3 91 ; CHECK: NumInstructions: 3 106 ; CHECK: NumInstructions: 3 121 ; CHECK: NumInstructions: 3 136 ; CHECK: NumInstructions: 3 151 ; CHECK: NumInstructions: 3 [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/PowerPC/ |
| H A D | ext.ll | 15 ; CHECK: NumInstructions: 3 30 ; CHECK: NumInstructions: 3 45 ; CHECK: NumInstructions: 3 60 ; CHECK: NumInstructions: 3 75 ; CHECK: NumInstructions: 3 90 ; CHECK: NumInstructions: 3 105 ; CHECK: NumInstructions: 3 120 ; CHECK: NumInstructions: 3 135 ; CHECK: NumInstructions: 3
|
| /llvm-project-15.0.7/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | LSUnit.h | 40 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()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-remark-size-diff/Inputs/ |
| H A D | 2-identical-func-1-instr-1-stack.yaml | 14 - NumInstructions: '1' 30 - NumInstructions: '1'
|
| H A D | 1-func-2-instr-2-stack.yaml | 14 - NumInstructions: '2'
|
| H A D | 1-func-1-instr-1-stack.yaml | 14 - NumInstructions: '1'
|
| H A D | inconvertible-integer.yaml | 14 - NumInstructions: 'a'
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | ephemeral.ll | 9 ; CHECK: NumInstructions: 2 32 ; CHECK: NumInstructions: 1
|
| H A D | inline-cost-annotation-pass.ll | 16 ; CHECK: NumInstructions: {{.*}}
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-remark-size-diff/ |
| H A D | unexpected-key.test | 3 ; CHECK: Expected 'NumInstructions', got 'Wrong'
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | GVNSink.cpp | 194 unsigned NumInstructions; member 203 Cost = (NumInstructions * (NumBlocks - 1)) - in calculateCost() 217 << " #Insts=" << C.NumInstructions << " #PHIs=" << C.NumPHIs << ">"; in operator <<() 758 Cand.NumInstructions = ++InstNum; in analyzeInstructionForSinking() 829 for (unsigned I = 0; I < C.NumInstructions; ++I) in sinkBB() 832 return C.NumInstructions; in sinkBB()
|
| /llvm-project-15.0.7/llvm/tools/llvm-mca/Views/ |
| H A D | TimelineView.cpp | 26 unsigned NumInstructions = getSource().size(); in TimelineView() local 28 NumInstructions *= Iterations; in TimelineView() 29 Timeline.resize(NumInstructions); in TimelineView()
|
| /llvm-project-15.0.7/bolt/include/bolt/Profile/ |
| H A D | ProfileYAMLMapping.h | 109 uint32_t NumInstructions{0}; 128 YamlIO.mapRequired("insns", BBP.NumInstructions);
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 336 unsigned NumInstructions = 0; member in __anon9893a50b0111::CallAnalyzer 901 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis() 903 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis() 962 assert(NumInstructions == 0); in onAnalysisStart() 1193 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis() 1195 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis() 2406 ++NumInstructions; in analyzeBlock() 2716 DEBUG_PRINT_STAT(NumInstructions); in print()
|
| /llvm-project-15.0.7/bolt/tools/merge-fdata/ |
| H A D | merge-fdata.cpp | 150 if (BB.NumInstructions != MergedBB.NumInstructions) in mergeBasicBlockProfile()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | YAMLProfileWriter.cpp | 40 YamlBB.NumInstructions = BB->getNumNonPseudos(); in convert()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | X86DisassemblerTables.cpp | 813 unsigned NumInstructions = InstructionSpecifiers.size(); in emitInstructionInfo() local 823 for (unsigned Index = 0; Index < NumInstructions; ++Index) { in emitInstructionInfo() 851 for (unsigned index = 0; index < NumInstructions; ++index) { in emitInstructionInfo()
|
| H A D | DecoderEmitter.cpp | 55 STATISTIC(NumInstructions, "Number of instructions considered"); 2619 NumInstructions++; in run()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 1741 unsigned numInstructions() { return NumInstructions; } in numInstructions() 1781 unsigned NumInstructions = 0; variable
|