/llvm-project/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/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/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/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | LSUnit.h | 250 unsigned NumInstructions = 0; 278 unsigned getNumInstructions() const { return NumInstructions; } 318 return NumExecuting && (NumExecuting == (NumInstructions - NumExecuted)); 320 bool isExecuted() const { return NumInstructions == NumExecuted; } 392 ++NumInstructions; 40 unsigned NumInstructions = 0; global() variable
|
/llvm-project/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/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 188 unsigned NumInstructions; 197 Cost = (NumInstructions * (NumBlocks - 1)) - in calculateCost() 211 << " #Insts=" << C.NumInstructions << " #PHIs=" << C.NumPHIs << ">"; in operator <<() 793 Cand.NumInstructions = ++InstNum; in analyzeInstructionForSinking() 871 for (unsigned I = 0; I < C.NumInstructions; ++I) in sinkBB() 874 return C.NumInstructions; in sinkBB() 189 unsigned NumInstructions; global() member
|
/llvm-project/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/llvm/test/tools/llvm-remarkutil/Inputs/ |
H A D | broken-remark | 13 - NumInstructions: '1'
|
/llvm-project/llvm/test/tools/llvm-remarkutil/size-diff/ |
H A D | unexpected-key.test | 3 ; CHECK: Expected 'NumInstructions', got 'Wrong'
|
/llvm-project/bolt/include/bolt/Profile/ |
H A D | ProfileYAMLMapping.h | 138 uint32_t NumInstructions{0}; 158 YamlIO.mapRequired("insns", BBP.NumInstructions);
|
/llvm-project/llvm/test/tools/llvm-remarkutil/ |
H A D | convert.test | 18 ; CHECK-NEXT: - NumInstructions: '1'
|
H A D | instruction-count.test | 11 ; COUNT-CHECK-LABEL: Function,NumInstructions
|
H A D | instruction-count-with-dbg-loc.test | 11 ; COUNT-CHECK-LABEL: FuctionWithDebugLoc,NumInstructions
|
/llvm-project/bolt/tools/merge-fdata/ |
H A D | merge-fdata.cpp | 159 if (BB.NumInstructions != MergedBB.NumInstructions) in mergeBasicBlockProfile()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 379 unsigned NumInstructions = 0; 1021 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis() 1023 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis() 1082 assert(NumInstructions == 0); in onAnalysisStart() 1330 if (NumVectorInstructions <= NumInstructions / 10) in onAnalysisStart() 1332 else if (NumVectorInstructions <= NumInstructions / 2) in onAnalysisStart() 2584 ++NumInstructions; in analyzeBlock() 2895 DEBUG_PRINT_STAT(NumInstructions); in functionsHaveCompatibleAttributes() 376 unsigned NumInstructions = 0; global() member in __anonf27af12e0111::CallAnalyzer
|
/llvm-project/bolt/lib/Profile/ |
H A D | YAMLProfileWriter.cpp | 248 YamlBB.NumInstructions = BB->getNumNonPseudos(); in writeProfile()
|
/llvm-project/llvm/utils/TableGen/ |
H A D | X86DisassemblerTables.cpp | 861 unsigned NumInstructions = InstructionSpecifiers.size(); in emitInstructionInfo() 871 for (unsigned Index = 0; Index < NumInstructions; ++Index) { in emitInstructionInfo() 901 for (unsigned index = 0; index < NumInstructions; ++index) { in emitContextTable() 834 unsigned NumInstructions = InstructionSpecifiers.size(); emitInstructionInfo() local
|
H A D | DecoderEmitter.cpp | 84 STATISTIC(NumInstructions, "Number of instructions considered"); 2570 NumInstructions++; in run()
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1744 unsigned numInstructions() { return NumInstructions; } 1784 unsigned NumInstructions = 0; 1788 unsigned NumInstructions = 0; global() variable
|