Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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()
/llvm-project-15.0.7/llvm/test/tools/llvm-remark-size-diff/Inputs/
H A D2-identical-func-1-instr-1-stack.yaml14 - NumInstructions: '1'
30 - NumInstructions: '1'
H A D1-func-2-instr-2-stack.yaml14 - NumInstructions: '2'
H A D1-func-1-instr-1-stack.yaml14 - NumInstructions: '1'
H A Dinconvertible-integer.yaml14 - NumInstructions: 'a'
/llvm-project-15.0.7/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-15.0.7/llvm/test/tools/llvm-remark-size-diff/
H A Dunexpected-key.test3 ; CHECK: Expected 'NumInstructions', got 'Wrong'
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp194 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 DTimelineView.cpp26 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 DProfileYAMLMapping.h109 uint32_t NumInstructions{0};
128 YamlIO.mapRequired("insns", BBP.NumInstructions);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp336 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 Dmerge-fdata.cpp150 if (BB.NumInstructions != MergedBB.NumInstructions) in mergeBasicBlockProfile()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp40 YamlBB.NumInstructions = BB->getNumNonPseudos(); in convert()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp813 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 DDecoderEmitter.cpp55 STATISTIC(NumInstructions, "Number of instructions considered");
2619 NumInstructions++; in run()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1741 unsigned numInstructions() { return NumInstructions; } in numInstructions()
1781 unsigned NumInstructions = 0; variable