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 114 const std::vector<const CodeGenInstruction*> &numberedInstructions =
117 for (unsigned i = 0, e = numberedInstructions.size(); i != e; ++i)
118 RecognizableInstr::processInstr(Tables, *numberedInstructions[i], i);
EDEmitter.cpp 826 const std::vector<const CodeGenInstruction*> &numberedInstructions =
830 unsigned int numInstructions = numberedInstructions.size();
833 const CodeGenInstruction& inst = *numberedInstructions[index];
    [all...]

Completed in 59 milliseconds