Searched refs:InstrMapVec (Results 1 – 1 of 1) sorted by relevance
504 std::vector<Record *> InstrMapVec; in emitEnums() local505 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()510 for (Record *CurMap : InstrMapVec) { in emitEnums()571 std::vector<Record *> InstrMapVec; in EmitMapTable() local572 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()574 if (InstrMapVec.empty()) in EmitMapTable()588 for (Record *CurMap : InstrMapVec) { in EmitMapTable()