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

  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 62 const std::vector<const CodeGenInstruction *> &NumberedInstructions,
67 const std::vector<const CodeGenInstruction*> &NumberedInstructions);
202 const std::vector<const CodeGenInstruction *> &NumberedInstructions,
208 for (const CodeGenInstruction *Inst : NumberedInstructions) {
238 const std::vector<const CodeGenInstruction*> &NumberedInstructions) {
247 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap);
383 const std::vector<const CodeGenInstruction*> &NumberedInstructions =
388 for (const CodeGenInstruction *Inst : NumberedInstructions) {
404 for (const CodeGenInstruction *Inst : NumberedInstructions) {
419 << NumberedInstructions.size() << ");\n}\n\n"
    [all...]
AsmWriterEmitter.cpp 40 const std::vector<const CodeGenInstruction*> *NumberedInstructions;
54 assert(ID < NumberedInstructions->size());
56 CGIAWIMap.find(NumberedInstructions->at(ID));
148 InstIdxs.assign(NumberedInstructions->size(), ~0U);
157 for (unsigned i = 0, e = NumberedInstructions->size(); i != e; ++i) {
306 for (unsigned i = 0, e = NumberedInstructions->size(); i != e; ++i) {
307 AsmWriterInst *AWI = CGIAWIMap[NumberedInstructions->at(i)];
321 for (unsigned i = 0, e = NumberedInstructions->size(); i != e; ++i) {
322 AsmWriterInst *AWI = CGIAWIMap[NumberedInstructions->at(i)];
384 for (unsigned i = 0, e = NumberedInstructions->size(); i != e; ++i)
    [all...]
CodeEmitterGen.cpp 241 const std::vector<const CodeGenInstruction*> &NumberedInstructions =
256 IN = NumberedInstructions.begin(),
257 EN = NumberedInstructions.end();
CodeGenMapTable.cpp 362 const std::vector<const CodeGenInstruction*> &NumberedInstructions =
367 unsigned TotalNumInstr = NumberedInstructions.size();
375 Record *CurInstr = NumberedInstructions[i]->TheDef;
FixedLenDecoderEmitter.cpp 80 const std::vector<const CodeGenInstruction*> *NumberedInstructions;
830 << NumberedInstructions->at(Opc)->TheDef->getName() << "\n";
    [all...]

Completed in 238 milliseconds