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()569 std::vector<Record*> InstrMapVec; in EmitMapTable() local570 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()572 if (InstrMapVec.empty()) in EmitMapTable()586 for (Record *CurMap : InstrMapVec) { in EmitMapTable()