Home
last modified time | relevance | path

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

/llvm-project/llvm/test/Transforms/Inline/AArch64/
H A Dext.ll15 ; 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 Dlogical-and-or.ll17 ; CHECK: NumInstructions: 4
32 ; CHECK: NumInstructions: 4
48 ; CHECK: NumInstructions: 2
62 ; CHECK: NumInstructions: 2
75 ; CHECK: NumInstructions: 5
H A Dgep-cost.ll26 ; CHECK: NumInstructions: 2
36 ; CHECK: NumInstructions: 2
47 ; CHECK: NumInstructions: 2
/llvm-project/llvm/test/Transforms/Inline/X86/
H A Dext.ll15 ; 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 Dext.ll15 ; 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 DLSUnit.h250 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 Dephemeral.ll9 ; CHECK: NumInstructions: 2
32 ; CHECK: NumInstructions: 1
H A Dinline-cost-annotation-pass.ll16 ; CHECK: NumInstructions: {{.*}}
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp188 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 DTimelineView.cpp26 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 Dbroken-remark13 - NumInstructions: '1'
/llvm-project/llvm/test/tools/llvm-remarkutil/size-diff/
H A Dunexpected-key.test3 ; CHECK: Expected 'NumInstructions', got 'Wrong'
/llvm-project/bolt/include/bolt/Profile/
H A DProfileYAMLMapping.h138 uint32_t NumInstructions{0};
158 YamlIO.mapRequired("insns", BBP.NumInstructions);
/llvm-project/llvm/test/tools/llvm-remarkutil/
H A Dconvert.test18 ; CHECK-NEXT: - NumInstructions: '1'
H A Dinstruction-count.test11 ; COUNT-CHECK-LABEL: Function,NumInstructions
H A Dinstruction-count-with-dbg-loc.test11 ; COUNT-CHECK-LABEL: FuctionWithDebugLoc,NumInstructions
/llvm-project/bolt/tools/merge-fdata/
H A Dmerge-fdata.cpp159 if (BB.NumInstructions != MergedBB.NumInstructions) in mergeBasicBlockProfile()
/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp379 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 DYAMLProfileWriter.cpp248 YamlBB.NumInstructions = BB->getNumNonPseudos(); in writeProfile()
/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp861 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 DDecoderEmitter.cpp84 STATISTIC(NumInstructions, "Number of instructions considered");
2570 NumInstructions++; in run()
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1744 unsigned numInstructions() { return NumInstructions; }
1784 unsigned NumInstructions = 0;
1788 unsigned NumInstructions = 0; global() variable