HomeSort by: relevance | last modified time | path
    Searched refs:NumInstructions (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
LSUnit.h 40 unsigned NumInstructions;
57 NumExecutedPredecessors(0), NumInstructions(0), NumExecuting(0),
71 unsigned getNumInstructions() const { return NumInstructions; }
111 return NumExecuting && (NumExecuting == (NumInstructions - NumExecuted));
113 bool isExecuted() const { return NumInstructions == NumExecuted; }
183 ++NumInstructions;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
TimelineView.cpp 26 unsigned NumInstructions = getSource().size();
28 NumInstructions *= Iterations;
29 Timeline.resize(NumInstructions);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVNSink.cpp 196 unsigned NumInstructions;
205 Cost = (NumInstructions * (NumBlocks - 1)) -
219 << " #Insts=" << C.NumInstructions << " #PHIs=" << C.NumPHIs << ">";
753 Cand.NumInstructions = ++InstNum;
827 for (unsigned I = 0; I < C.NumInstructions; ++I)
830 return C.NumInstructions;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp 299 unsigned NumInstructions = 0;
830 if (NumVectorInstructions <= NumInstructions / 10)
832 else if (NumVectorInstructions <= NumInstructions / 2)
868 assert(NumInstructions == 0);
2101 ++NumInstructions;
2407 DEBUG_PRINT_STAT(NumInstructions);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86DisassemblerTables.cpp 812 unsigned NumInstructions = InstructionSpecifiers.size();
822 for (unsigned Index = 0; Index < NumInstructions; ++Index) {
850 for (unsigned index = 0; index < NumInstructions; ++index) {
FixedLenDecoderEmitter.cpp 54 STATISTIC(NumInstructions, "Number of instructions considered");
1496 unsigned numInstructions = Opcodes.size();
1498 assert(numInstructions && "Filter created with no instructions");
1501 if (numInstructions == 1)
1507 assert(numInstructions == 3);
1556 for (unsigned InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) {
2487 NumInstructions++;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 1020 unsigned NumInstructions = ExtractedFunctionInsts.size();
1021 for (unsigned Idx = 0; Idx < NumInstructions; Idx++) {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1740 /// A call to SExpr::id() will return a number less than numInstructions().
1741 unsigned numInstructions() { return NumInstructions; }
1781 unsigned NumInstructions = 0;

Completed in 92 milliseconds