HomeSort by relevance Sort by last modified time
    Searched refs:NumInstructions (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
X86DisassemblerTables.cpp 444 unsigned NumInstructions = InstructionSpecifiers.size();
453 for (unsigned Index = 0; Index < NumInstructions; ++Index) {
485 for (unsigned index = 0; index < NumInstructions; ++index) {
516 if (index + 1 < NumInstructions)
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 65 unsigned NumInstructions, NumVectorInstructions;
142 ContainsNoDuplicateCall(false), AllocatedSize(0), NumInstructions(0),
809 ++NumInstructions;
834 if (NumVectorInstructions > NumInstructions/2)
836 else if (NumVectorInstructions > NumInstructions/10)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 593 unsigned NumInstructions;
    [all...]

Completed in 862 milliseconds