Searched refs:InstrMapVec (Results 1 – 1 of 1) sorted by relevance
506 std::vector<Record*> InstrMapVec; in emitEnums() local507 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()512 for (Record *CurMap : InstrMapVec) { in emitEnums()570 std::vector<Record*> InstrMapVec; in EmitMapTable() local571 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()573 if (InstrMapVec.empty()) in EmitMapTable()587 for (Record *CurMap : InstrMapVec) { in EmitMapTable()