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

  /external/llvm/utils/TableGen/
DisassemblerEmitter.cpp 115 const std::vector<const CodeGenInstruction*> &numberedInstructions =
118 for (unsigned i = 0, e = numberedInstructions.size(); i != e; ++i)
119 RecognizableInstr::processInstr(Tables, *numberedInstructions[i], i);
EDEmitter.cpp 803 const std::vector<const CodeGenInstruction*> &numberedInstructions =
807 unsigned int numInstructions = numberedInstructions.size();
810 const CodeGenInstruction& inst = *numberedInstructions[index];

Completed in 17 milliseconds